Ar Max

From GECK
Jump to: navigation, search


A function added by the AnhNVSE Plugin.

Description

Returns the largest *numeric* value of an array.

Syntax

[help]
(float) Ar_Max array:array 

Example

array_var aNumbers

aNumbers = ar_list 6,2,10,7
int iMax  = Ar_Max aNumbers          ; iMax = 10

See Also