LEN keyword
Returns the length of a string.
Syntax
LEN (string)
Parameters
- string: a string variable (required)
Example
total = LEN(myString)
Go back to list of Keywords.
Returns the length of a string.
Syntax
LEN (string)
Parameters
Example
total = LEN(myString)
Go back to list of Keywords.