GetStringLength

From Dragon Age Toolset Wiki
Revision as of 21:56, 24 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the length of a string.

int GetStringLength(
string sString
);
Parameters:
sString
The string to get the length of
Returns:

Returns the length of the string. Returns -1 on error.

Source:

script.ldf

Description

Returns the number of characters in the string sString.