LEN
(
x$
)
Purpose
To return the number of characters in x$.
Examples
L = LEN("This is a test string"+CHR$(13))
Comments:
L = 22 because blanks and non-printing characters are counted.
Basic to TBASIC Reference Manual