DADiSP Worksheet Functions > Function Categories > String Manipulation > STRLEN
Returns the length of a specified string.
STRLEN("string")
An integer.
strlen("I did it my way")
returns 15.
W1: 1..124
strlen(strcat("The maximum is ", strnum(max(W1))))
returns 20.
All characters including whitespaces are counted.
STRCAT
STRNUM