9.63
LEN - Returns the length of a string in characters
Argument(s)
from 0 to 1, String
Result type
Integer
Aliases
LENGTH
Category
String handling
Example:
C:> ASET -p X := LEN('ABCD') X=4