int = Min(nNumber1, ..., nNumberN)
This macro function returns the minimum value from a list of integer variables and/or literals.
The list can mix literals and variables, or even expressions, and must contain at least one value.
Min(25,12,5) // result = 5
Max(30, NumDaysInMonth(nTokenYear,nTokenMonth))
See also: Max.
Topic 174255, last updated on 18-Apr-2020