Max(a:Any...):Any
Maximum. Compares all arguments, which must all be numbers, or all strings, and returns the maximum. If any argument is EMPTY, returns EMPTY.
Note that, by default, string comparison is case-insensitive. Use StrCase to compare case-sensitive.
See also: StrCase, Min, Elementary Functions