Max

Returns the highest value found in a string list or list of variables.

SYNTAX
Max(stringList) 
Max(values) 
ARGUMENTS

stringList Name of the string list
values Values to check

RETURN Highest value
EXAMPLE
MaxVarL=Max(StrListe)

v1=10

v2=30

v3=50

MaxVar=Max(v1,v2,v3)