Strlen

From UODemo Wiki
Revision as of 10:26, 25 January 2010 by Batlin (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.