find
Searches for the next or previous text matching the specified criteria of this search object.
Syntax
aFinder find (file, section, line, column, wrap, backward)
Parameters
The file of the search.
The section to start the search.
The start line number.
The start column.
true to continue the search from the beginning if the operation found nothing.
true to search backward instead of forward.
Return Value
true if the operation has found something,
false otherwise.
The
section,
line,
column and
size accessors will give the location of the found text.