Home > Available Help Files > PC-DMIS BASIC Language > Scripting Language Overview > Quick Reference of Available Functions and Statements > Operators > Logical Operators
Current Help File: PC-DMIS Basic (View Core Help)
Operator | Function | Usage |
Not | Logical Negation | If Not (x) |
And | Logical And | If (x> y) And (x < Z) |
Or | Logical Or | if (x = y) Or (x = z) |