Previous Topic: <msgvar>Next Topic: <Stringoperator>


<Numericoperator>

For msgattr commands only.

<numericoperator> defines the comparison operator used to test whether the message equals, exceeds or falls below the threshold specified by the <msgvar> and <msgvalue> variables. The operator can be:

<, <=, =, >=, >, <> or numeric

Use these operators if the message attribute being tested has a numeric value, such as the number or recipients or message size. For example, use >= to whether the message size exceeds 25 KB.

WHERE msgsizekb >= 25

Note: Spaces before and after <numericoperator> are optional. For example, tonum>5 and tonum > 5 are equally acceptable.

More information:

Message Attribute Lookup