Use this function to calculate the length of a character string.
Syntax
STRLENGTH ("String")
where:
Syntax example
NumChars = STRLENGTH ("StringTest")
Example
CREATE VARIABLE NumTemp1 AS NUMSET VARIABLE NumTemp1 = STRLENGTH ("StringTest")