len()

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.