To return the number of characters in x$.Nonprinting characters and blanks are counted.
Syntax:
LEN(x$)
Example:
x$ is any string expression
10 X$="PORTLAND, OREGON"
20 PRINT LEN(X$)
RUN 16
Note that the comma and space are included in the character count of