Previous Topic: Format of OR StatementsNext Topic: Rules for AND OR Statements


Explanation of Format
@

Model Statement delimiter in column 1, indicating that this is a Model Control statement, not a Data Statement.

keyword1

Can be any user keyword or one of the system keywords.

operator

Can be any of the following:

Operator Symbol

Meaning

EQ or =

equal

NE or ¬

not equal

LT or <

less than

LE or <=

less than or equal to

GT or >

greater than

GE or >=

greater than or equal to

keyword2

Can be any user keyword or system keyword.

'value'

The value to be tested against keyword1. The value must be surrounded by single quotes. If the value itself must contain a quote, use two single quotes to distinguish the embedded quote from the value delimiters.