Len

The Len function is used to return the number of bytes in a string.

Syntax

variable = Len( string )

Remarks

The string parameter is the string whose length will be returned.