RETURNS THE NUMBER OF CHARACTERS OF THE STRING S
ACTION
The function LEN(S) returns the number of characters of the string expression S.
SYNTAX:
Result=LEN(S)
USE ERROR EXAMPLE
print len("abcd")
print "4"
LEN()
LEN(S)
SEE ALSO
INSERT$()
INSTR()
LEFT$()
LOWER$()
LTRIM$()
MID$()
RIGHT$()
RTRIM$()
STR$()
STRING$()
TRIM$()
UPPER$()