Contents - Index


MAX

 

MAX(Arg1, Arg2, Arg3, ... ) will return the value of the largest of its arguments.  The number of arguments must be greater or equal to 1. An array or subset of an array can be provided in the argument list by using array range notation, e.g., X[1..50].

 

(Note:  use a semicolon instead of a comma as the list separator when using the European numerical format).

 

Mathematical functions