Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
April 14, 2011
Max and Min Functions
Max calculates the maximum of two values:
The maximum of
«Number1»
and 100.1 is«Max(Number1,100.1)»
.
Min calculates the minimum of two values:
The minimum of
«Number1»
and 100.1 is«Min(Number1,100.1)»
.