Operators

From ArcoWiki
Revision as of 07:50, 14 June 2018 by Slia (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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