![]() ![]() |
|
MAXIMUMThe MAXIMUM function is used to return the element of a dynamic array with the highest numerical value.
COMMAND SYNTAXMAXIMUM(DynArr)
SYNTAX ELEMENTSDynArr should evaluate to a dynamic array.
NOTESNull dynamic array elements are treat as zero. See also MINIMUM.
EXAMPLEIf EResults is a variable containing the dynamic array: 1.45032:@AM:-3.60441:@VM:4.29445:@AM:2.00042:@SM:-3.90228 the code:
displays 4.29445 |