Findtext: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
No edit summary
 
(No difference)

Latest revision as of 17:02, 8 August 2008

Searches the active window for the specified text, and sets focus on that line.

findtext [-n] <text>
  • -n indicates that you wish to search BELOW the current position in the window. Default is ABOVE.
  • <text> is the text to search for in the active window.