
330
____________________________________________________________________
LENgth String function
LEN
Returns the length (number of bytes) of a given string.
____________________________________________________________________
Syntax:
Syntax:Syntax:
Syntax:
LEN(stringexpression)
Description:
Description:Description:
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(" ")
4
Kommentare zu diesen Handbüchern