Min(a:Any...):Any

Minimum. Compares all arguments, which must all be numbers, or all strings, and returns the minimum. 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, Max, Elementary Functions