www.icetips.com  Icetips Utilities Documentation 12/16/2014    

Core Class: Lesser

Previous  Top  Next  


Prototype: (? pA, ? pB), ?

 

pAValue to compare to pB
pBValue to compare to pA

 

ReturnsThe lesser value

 

This method can be used to find the lower/lesser value of two. 

 

Example:

ITC  ITCoreClass

Long

Long

Code

A = 1

B = 2

MESSAGE('The lesser value of A/B is: ' & ITC.Lesser(A,B))

!! Will show 1 (A)

 

 

See also:

Greater

 



Direct link to this page: http://www.icetips.com/manuals/utilities/lesser_core.htm