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.

Version Differences: Whereas PCC2 allows any number of parameters, PCC 1.x has a limit of 6.

Since: PCC 1.0.7, PCC2 1.99.8

See also: StrCase, Min, Elementary Functions

This is a testing version.
It may be incomplete, and have more bugs (or features) than the public live version at planetscentral.com.