access.not

Modifier/Access: Verbs, Releases: AP and R83

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

Command Name Type Description
access.attr.name Attribute Defining Item Specifies item(s) from the dictionary of the file.
access.with Modifier Defines selection criteria in Access sentence.
access.logical.operators Definition Relational operators used in selection clauses.
access.without Modifier Same as with no or with not.
access.relational.operators Relational Operator Relational operators used in selection clauses.
access.each Modifier Forces comparison on every value.
access.connectives Definition words in a master dictionary which are used to form the elements of Access statements.
access.le Modifier 'less than or equal to' operator.
access.no Modifier Reverses selection condition.
access.# Modifier 'not equal to' operator.
access.ne Modifier 'Not equal to' operator.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.