LEN(string{,ERR=lineref})
The LEN() function returns the length of string.
>LET A$="123",B$="DEFG">PRINT LEN(A$)3>PRINT LEN(A$+B$)7
Functions - Alphabetical Listing