OR is a logical operator. It is used to select objects that share attributes.
To select all text that is either Helvetica or Arial, use the following:
Select Font Helvetica Select Font Arial OR
For example, the following will select all 12pt AND 14pt fonts:
Select Text if point size = 12.00 pt Select Text if point size = 14.00 pt OR