Len

From Bennu Wiki
Jump to navigation Jump to search


Definition

INT len ( <STRING str> )

Returns the length, the number of characters, of a certain string.

Also called Strlen().

Parameters

STRING str - The string of which the length will be returned.

Returns

INT : The length of the specified string.


Strings Functions
Asc()Atof()Atoi()Chr()Find()Format()Ftoa()Itoa()Lcase()Len()Lpad()Rpad()Strcasecmp()Strlen()Strrev()Substr()Trim()Ucase()