Please enable JavaScript to view this site.

 

int = Max(nNumber1, ..., nNumberN)

 

This macro function returns the maximum 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.

Max(25,12,5// result = 25
Max(30, NumDaysInMonth(nTokenYear,nTokenMonth))

See also: Min.

 


Topic 174250, last updated on 18-Apr-2020