ORD

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

Back to Main Index


Syntax:     ORD(string)

Defn:       A CI evaluator function that converts an alphabetic
            string to its ordinal equivalent.

Type:       Integer

Example:    ord('AbcD')
Result:     65

Back to Main Index