Specifications

Chapter 15. Function Reference
368
Syntax:
LEN(stringexpression)
Description:
LEN returns the length of stringexpression, that is, the number of bytes in
the range from 0 to 255.
If
stringexpression is a null string, LEN returns the value 0.
LEN counts a full-width Kanji (in the two-byte code mode) as two characters.
PRINT LEN(" ")
LENgth String function
LEN
Returns the length (number of bytes) of a given string.
4