Len()
Syntax
Length = Len(String$)Description
Returns the character length of the string.
Parameters
String$ The string to use.
Return value
The character length of the string.
Example
Debug Len("This is Art") ; will display 11
Supported OS
All