search.find

Syntax search.find (string)

Params string is the text for which you wish to search.

Action Makes string the current search string and looks for the first occurrence of it in accordance with the present search settings. When an occurrence is found, Frontier opens the window and selects string.

Returns True if it finds an occurrence, false if it exhausts the search parameters without locating an instance of string.

Examples search.find ("This is a test.")
» true

See Also search.findNext

Discuss