access.each

Modifier/Access: Verbs, Releases: AP and R83

Forces comparison on every value.

Syntax

with {not} each attr.name {operator} {'value'}

Description

specifies that each value in a multi-valued attribute must meet the specified selection criteria to be eligible for processing.

The 'every' modifier performs the same function as 'each'.

See Also

Command Name Type Description
access.le Modifier 'less than or equal to' operator.
access.modifiers Definition List of Access modifiers.
access.relational.operators Relational Operator Relational operators used in selection clauses.
access.equal Modifier 'equal to' operator.
access.or Modifier 'or' (Boolean) operator.
access.before Modifier 'less than' operator.
access.not Modifier Negates selection criteria.
access.every Modifier Forces comparison on every value, rather than any value.
access.with Modifier Defines selection criteria in Access sentence.
access.logical.operators Definition Relational operators used in selection clauses.
access.ge Modifier 'greater than or equal to' operator.
access.attr.name Attribute Defining Item Specifies item(s) from the dictionary of the file.
access.and Modifier 'and' (Boolean) operator.

User Comments

What do you think?

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

Login to leave your comments.