Len(
------------------
Basic keyword
Use:
This function gives the length of a string.
Syntax is:
Len(
String$
)
Example:
Len(
"A"
)
= 1
Len(
""
)
= 0