max()

 
Compares and returns the higher of two values.
Syntax
max( a, b )
Returns the higher value of a or b
  • a = string or numeric value, b = string or numeric value
User Annotations: max