ItemNumber property
Assigns or returns the index of the form within the specified HTML document. This is the index of the form containing the desired data.
Syntax
Set: FormReader.setItemNumber(formNumber)
Get: formNumber = FormReader.getItemNumber()
Applies to
FormReader class.
Data type
Integer.
Usage
If reading is in progress, this operation is aborted. The proeprty returns a value of -1 if a search string is in use.
Example
ItemNumber property example
See also
FormReader applet