Diferencia entre revisiones de «Operadores»

De ArcoWiki
Saltar a: navegación, buscar
(Página creada con «In DMIS all the '''Operators''' are introduced and followed by dots. Logical Operator ::<code>.AND.</code> ::<code>.OR.</code> ::<code>.NOT.</code> Relational operators...»)
 
(Sin diferencias)

Revisión actual del 07:52 14 jun 2018

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