LEN
Syntax
LEN(
string
)
Description
LEN will return the length of a
string
in characters.
Example
PRINT
LEN
(
"hello world"
)
'returns "11"
Differences from PBASIC
This function does not exist in PBASIC.
See also