Home > Available Help Files > PC-DMIS BASIC Language > Scripting Language Overview > Quick Reference of Available Functions and Statements > Operators > Relational Operators
Current Help File: PC-DMIS Basic (View Core Help)
Operator | Function | Usage |
< | Less than | x < Y |
<= | Less than or equal to | x <= Y |
= | Equals | x = Y |
>= | Greater than or equal to | x >= Y |
> | Greater than | x > Y |
<> | Not equal to | x <> Y |