Len Function
Returns the number of characters in the specified String.
Syntax
result = Len( string )
result = stringVariable.Len( )
Parameters | ||
string |
Any valid string expression. |
Return Value | ||
Result |
The number of characters in string. |