Pwbhelpsearch

Key

Unassigned

The Pwbhelpsearch function performs a global search of the Help system. The search is case insensitive unless you use the Meta form of Pwbhelpsearch, which uses the setting of the Case switch to determine case sensitivity.

Pwbhelpsearch (Unassigned)

Displays the results of the last global Help search.

Equivalent to the predefined macro _pwbhelp_searchres (Unassigned).

Arg Pwbhelpsearch (ALT+A Unassigned)

Searches Help for the word at the cursor.

Arg textarg Pwbhelpsearch (ALT+A textarg Unassigned)

Searches Help for the selected text.

Arg Arg Pwbhelpsearch (ALT+A ALT+A Unassigned)

Searches Help using the regular expression at the cursor.

Arg Arg textarg Pwbhelpsearch (ALT+A ALT+A textarg Unassigned)

Searches Help for the selected regular expression.

Meta ... Pwbhelpsearch (F9 ... Unassigned)

As above except the search is case sensitive if the Case switch is set to yes.

Returns

TrueAt least one match found.

FalseNo matches found, or search canceled.