Ar Max
From GECK
A function added by the AnhNVSE Plugin.
Contents
Description
Returns the largest *numeric* value of an array.
Syntax
(float) Ar_Max array:array
Example
array_var aNumbers aNumbers = ar_list 6,2,10,7 int iMax = Ar_Max aNumbers ; iMax = 10