| nopage | Index Level | nselect |
| Syntax | if not {each} attr.name {operator} {"value"} |
| Category | Access |
| Type | Modifier |
| 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". |
| Options | |
| See Also | attr.name with logical operators without relational operators each connectives le no # ne |
| Example |
list jobs if not stat = "c"
list jobs if stat not "c" |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| nopage | Index Level | nselect |