GetStringLength

From Dragon Age Toolset Wiki
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.