Use Searches
Expand All
Expand all collapsed sections.
Collapse All
Collapse all expanded sections.
ConceptProcedureQuick Reference
 
 
 

Use the Search tab to find relevant topics based on keywords that you enter.

The basic search rules are as follows:

Use Wild Card Characters

You can use the following wild card characters in any keyword:

SymbolDescription
*Replaces one or more characters when used at the beginning, middle, or end of a word. For example, “*lish”, “p*lish”, and “pub*” will all find “publish”. Also, “anno*” will find “annotative”, “annotation”, “annoupdate”, “annoreset”, and so on.
?Replaces a single character. For example, “cop?” will find “copy”, but not “copybase”.
~Adds grammatical form variations to a keyword when added at the beginning or end of a word. For example, “plotting~” will find “plots”, “plotted”, and so on. Also, “~plot” will find “preplot”, “replot”, and so on.

Search for Phrases

When performing the exact phrase search, use double quotation marks (" ") to enclose words that must appear next to each other in the specified sequence. For example, enter "specify units of measurement" to find only topics with all those words in that order. If you don't use the quotation marks around that text, Help finds all topics containing any one of the listed words, that is, all topics containing "specifying", all topics containing "units", all topics containing "of", and all topics containing "measurement".

NoteIf you can’t find the information you need through a search, try using the Contents tab.

Use Boolean Operators

With the AND, OR, NOT, and NEAR operators, you can precisely define your search by creating a relationship between search terms. The following table shows how you can use each of these operators. If no operator is specified, AND is used. For example, the query spacing border printing is equivalent to spacing AND border AND printing.

Search for

Example

Results

Both terms in the

same topic

"tree view" AND palette

“tree view” +palette

Topics containing both the words "tree view" and "palette"

Either term in a topic

raster OR vector

Topics containing either the word "raster" or the word "vector" or both

The first term without the second term

ole NOT dde

ole -dde

Topics containing the word "OLE," but not the word "DDE"

Both terms in the

same topic, close together

user NEAR kernel

Topics containing the word "user" within eight words of the word "kernel"

NoteThe |, &, and ! characters do not work as Boolean operators. You must use AND (also +), OR, and NOT (also -). If you want to search for the Command prompt version of a command, for example -PLOT, do not use the minus (-) because it is interpreted as the Boolean operator, NOT.