Len
String management function.
The Len function returns the length of the specified string.
Syntax
a=Len(<string$>)
Parameters
<string$>, string.
Return value
a, numeric, return value containing the length of <string$>.
See also
Examples
a = Len("bcdefg") ' Returns 6
a = Len(var$)