The strlen Statement
The strlen statement returns the length of the input string (second) argument in the scalar output (first) argument. The syntax of the strlen statement is shown below.
strlen nSize, strMsg // nSize == length of strMsg