Function MAX

max(v1, v2)
The function returns the larger of two numbers. Example:
a = max(10, -20) ' it is 10

See also: