StrLength
Use this function to calculate the length of a character string.
Syntax
where:
- String is a character string, enclosed in double quotation marks.
Copy
Code example
CREATE VARIABLE NumTemp1 AS NUMSET VARIABLE NumTemp1 = STRLENGTH ("StringTest")
// NumTemp1 will equal 10