MAX

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

Back to Main Index


Syntax:     MAX(num1[,num2...])

Defn:       A CI evaluator function that finds the largest of
            several integers.

Type:       Integer

Example:    max(5,4-3,70,0)
Result:     70

Back to Main Index