@LEN
Syntax:
@LEN(<string>)
Description:
This function returns the length of <string> in characters. The value 0 is returned if the string is empty.
OK:
Unchanged.
Example:
%L = @LEN(%A)
See also:
@POS
@SUBSTR
@UPPER