CalcIt Commands

MAX(...)

Returns the maximum number of two or more arguments.

MAX(ArrExpr)

Returns the maximum number contained in ArrExpr. All values must be numeric or able to be converted in one otherwise an error will occur.

See also MIN,SUM,AVRG

MAX(wildcard)

Returns the maximum result value of all Calculations that matches wildcard parameter and are above the one which executes this command.

See also MIN,SUM,AVRG

Go Back