SearchString property



Assigns or returns the string to search for within a specified HTML document . When this string is found, the table it is found in is selected as the table to be parsed.

Syntax

Set:     TableReader.setSearchString(newString)
Get: newString = TableReader.getSearchString()

Applies to

TableReader class.

Data type

String

Usage

If reading is in progress, this operation is aborted and re-started.

Example
SearchString property example

See also
TableReader applet