AND

Belongs to

What it does

AND is a logical operator. This means it is used to select a single object with more than one attribute.

Example

To select text that was Helvetica AND size 12 pt, use:

Select Font Helvetica
Select Text if Point Size = 12.00 pt
AND
Note: AND is NOT used to select two different objects!

For example, the following is incorrect because a font cannot be both Helvetica and Arial:

Select Font Helvetica
Select Font Arial
AND