Difference between revisions of "BasicToken:Max("
From WikiPrizm
Jump to navigationJump to search (Created page with '= Max( = == Description == This command returns the maximum value from the given numbers. == Syntax == '''Max('''''Value'',''Value'',''Value''.....''')''' '''Max('''''List''''')…') |
|||
Line 5: | Line 5: | ||
== Syntax == | == Syntax == | ||
'''Max('''''Value'',''Value'',''Value''.....''')''' | '''Max('''''Value'',''Value'',''Value''.....''')''' | ||
+ | |||
'''Max('''''List''''')''' | '''Max('''''List''''')''' | ||
Revision as of 16:21, 24 February 2012
Contents
Max(
Description
This command returns the maximum value from the given numbers.
Syntax
Max(Value,Value,Value.....)
Max(List)
Example
Max(1,2,4,19 Max(List1