Difference between revisions of "GetStringLength"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetStringLength
 
|name=GetStringLength

Latest revision as of 21:56, 24 February 2010

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.