Find Next command

Summary

Finds next occurrence.

Description

Finds the next occurrence of the previously searched string, with the same options.

How to Run

  • Default Menu: Search > Next

  • All Commands: Search > Next

  • Toolbar:

  • Status Bar: None

  • Default Shortcut Key: F3

Plug-in Command ID

EEID_EDIT_REPEAT (4202)

Macros

[JavaScript]

document.selection.FindRepeat(eeFindRepeatNext);

[VBScript]

document.selection.FindRepeat eeFindRepeatNext