LEN
STRING
This function will return the length of the string.
Example
PRINT LEN("kytschBASIC")
LINE BREAK
DEF length%=LEN("kytschBASIC")
PRINT length%
Output
11
11
11
Put down that phone!
Please view me on real computer.
LEN
STRING
This function will return the length of the string.
PRINT LEN("kytschBASIC")
LINE BREAK
DEF length%=LEN("kytschBASIC")
PRINT length%