CHR

Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004

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