RPTools

Personal tools
From MapToolDoc

max

max() Function

Returns the largest number of all the numbers that have been passed in.

Usage

  1. [h: largest = max(num, num, ...)]

Examples

  1.     [r: max(2, 30, 4, 7)]
  2.     [r: max(-2, -40, -100)]

Returns

   30
   -2