Difference between revisions of "Strlen"
From UODemo Wiki
(Created page with 'integer '''strlen'''(string ''AnyString''); Returns the length of a string in characters. This is implemented internally by calling the ''strlen'' C function.') |
m (Protected "Strlen" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
(No difference)
|
Revision as of 20:48, 24 January 2010
integer strlen(string AnyString);
Returns the length of a string in characters. This is implemented internally by calling the strlen C function.