Findtext

From Scriptwiki
Revision as of 18:02, 8 August 2008 by Aca20031 (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.