LEN

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


Syntax:     LEN(string)

Defn:       A CI evaluator function that calculates the length
            of a string.

Type:       Integer

Example:    len("abc")
Result:     3

Back to Main Index