- This wiki is out of date, use the continuation of this wiki instead
Len
From FenixWiki
Definition
INT len ( <STRING str> )
Returns the length, the number of characters, of a certain string.
Parameters
STRING str | - The string of which the length will be returned. |
Returns
INT : The length of the specified string.