![]() |
![]() |
![]() |
|
LEN
This command will return the number of characters in the string provided.
Return Integer=LEN(String)
String String
The value returned is the length of the specified string
Non-printable control characters and blanks are counted.
PRINT LEN("hello world")
|