Difference between revisions of "Strlen"
From UODemo Wiki
m (Protected "Strlen" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
| Line 2: | Line 2: | ||
Returns the length of a string in characters. This is implemented internally by calling the ''strlen'' C function. | Returns the length of a string in characters. This is implemented internally by calling the ''strlen'' C function. | ||
| + | |||
| + | |||
| + | Return to the [[Command List]]. | ||
Latest revision as of 10:26, 25 January 2010
integer strlen(string AnyString);
Returns the length of a string in characters. This is implemented internally by calling the strlen C function.
Return to the Command List.