Len(
     string:string
)
int

Arguments

string

Input string.

Return value

Length of the string.

Description

Returns the length of the string in characters.

Example:

Output( Len("Hello") );
--> 5