Difference between revisions of "GetStringLength"
From Dragon Age Toolset Wiki
(Generated by Sunjammer's Dragon Age Script Paser) |
BryanDerksen (Talk | contribs) m (looks okay, removing tag) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{dafunction | {{dafunction | ||
|name=GetStringLength | |name=GetStringLength | ||
Latest revision as of 20:56, 24 February 2010
Returns the length of a string.
- 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.