Description
Calculates the maximum of up to three values.
Syntax
Function Max (val1, val2, val3*)
Parameters
val1 (input) - first valueval2 (input) - second valueval3 (input) - third value (optional)
Return value
the maximum value
See also
Platform Objects and Methods
value.Lenvalue.MinValue Object