Name
HTMLview.Search -- search current page
Synopsis
found = moai.DoMethod(id, "Search", t$, flags$)
Function
Search the current page for t$ and if found, scroll the result into view and select it.

flags$ can be a combination of the following flags:

CaseSensitive
Search in a case sensitive manner.

Backwards
Search in reverse direction.

If you specify multiple options in flags$, separate them using a semicolon.

Inputs
id
id of the HTMLview object
t$
string to search for
flags$
combination of flags or empty string for default options
Results
found
returns True or False, depending on whether the text was found (V2.0)

Show TOC