Saturday, June 20, 2009

FindText

See main post here.

FindText
Finds the specified text, scrolls so that it is visible, and highlights it.

Syntax
FindText(A, B, C, D);

Parameters
A
The text to be found.

B
If a positive number, the search is case-sensitive. If 0, it is case-insensitive.

C
If a positive number, the search matches only whole words. If 0, it matches partial words.

D
If a positive number, the search begins on the first page of the document. If 0, it begins on the current page.