Difference between revisions of "MAX()"

From TVPaintWiki
Jump to: navigation, search
m (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, …')
 
 
Line 1: Line 1:
 
{{LangRefCatCrumbs}}
 
{{LangRefCatCrumbs}}
  MAX(var1, var2, ...)
+
<strike>MAX(var1, var2, ...)</strike> '''NOT IMPLEMENTED'''
  
Returns the maximum value in the list of all specified variables.
+
<strike>Returns the maximum value in the list of all specified variables.</strike>
  
Example :
+
<strike>Example :</strike>
<pre>
+
 
// find the maximum mark
+
<strike>// find the maximum mark</strike>
max = MAX(mark1, mark2, mark3, mark4)
+
<strike>max = MAX(mark1, mark2, mark3, mark4)</strike>
</pre>
+

Latest revision as of 10:29, 4 November 2011

<<<George<<<George Language Reference

MAX(var1, var2, ...) NOT IMPLEMENTED

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

Example :

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