findNext

Find the next occurrence of a text string.
findNext([in] BSTR text)
This function searches for a string, starting immediately after the previous find or findNext result.
VB:
viewer.findNext "needle"
find
find2