Prev Up Next
Go backward to Validation test operator (VALID)
Go up to Loopif...loopfail...command (parameter-list environment)
Go forward to Filtering operators (PASSES,FAILS)

Comparison operators (EQ,NE,GE,LE,GT,LT)


LOOPIF <list-expr> EQ|NE|GE|LE|GT|LT <sortword>|(<expression>) ...


In this format of the LOOPIF command all words from <parameter-list> found in the event are compared with the value of <sortword> or <expression> according to the operator specified. For each case which gives the result true then <statements1> are executed.
support@ns.ph.liv.ac.uk

Prev Up Next