access.not
Negates selection criteria.
Syntax
if not {each} attr.name {operator} {'value'}
Description
represents a 'not equal to' condition. This reverses the 'true' sense of the condition in a selection criteria.
The '#', 'no' and 'ne' ' operators perform the same function as 'not'.
Example
list jobs if not stat = 'c'
list jobs if stat not 'c'
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
