#LEN
Returns the total number of characters in a string.
Syntax:
#LEN string
Examples:
#LEN 'Smith,John' equals 10
If the field FULLNAME equals ‘Smith,John’
then ((#LEN FULLNAME)-(',' #FIND FULLNAME)) #RIGHT FULLNAME equals 'John'.