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.') |
|||
| (One intermediate revision by the same user not shown) | |||
| 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.