Difference between revisions of "Operators"

From ArcoWiki
Jump to: navigation, search
(Created page with "In DMIS all the '''Operators''' are introduced and followed by dots. Logical Operator ::<code>.AND.</code> ::<code>.OR.</code> ::<code>.NOT.</code> Relational operators ::...")
 
Line 11: Line 11:
 
::<code>.GT.</code>    greater than
 
::<code>.GT.</code>    greater than
 
::<code>.GE.</code>    greater than or equal to
 
::<code>.GE.</code>    greater than or equal to
 +
 +
[[Category:Dmis_Tutorial]]

Revision as of 15:17, 4 August 2016

In DMIS all the Operators are introduced and followed by dots. Logical Operator

.AND.
.OR.
.NOT.

Relational operators

.EQ. equal to
.NE. not equal to
.LT. less than
.LE. less than or equal
.GT. greater than
.GE. greater than or equal to