ArrayMax()

Returns the maximum value represented in the array

Usage

NUMERIC = ArrayMax( array )
Argument Summary
array Array Object

Calling

Supports named-parameter calling allowing you to use the function like:

ArrayMax(
   array=?
);

Supports passing parameters as a structure using ArgumentCollection:

ArrayMax( ArgumentCollection={
   array : ?
} );