CHR

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

Back to Main Index


Syntax:     CHR(integer)

Defn:       A CI evaluator function that converts an ASCII value
            to its corresponding alphabetic character.

Type:       Integer

Example:    chr(65)
Result:     A

Back to Main Index