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
file - SourceFile
The file of the search.
section - Integer
The section to start the search.
line - Integer
The start line number.
column - Integer
The start column.
wrap - Boolean
true to continue the search from the beginning if the operation found nothing.
backward - Boolean
true to search backward instead of forward.
Return Value