MAX()

From TVPaintWiki
Revision as of 13:58, 22 December 2009 by KenC (Talk | contribs) (Created page with '{{LangRefCatCrumbs}} MAX(var1, var2, ...) Returns the maximum value in the list of all specified variables. Example : <pre> // find the maximum mark max = MAX(mark1, mark2, …')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<<<George<<<George Language Reference

  MAX(var1, var2, ...)

Returns the maximum value in the list of all specified variables.

Example :

// find the maximum mark
max = MAX(mark1, mark2, mark3, mark4)