Sort by Occurrence Ascending command

Summary

Sorts by occurrence in the current column, in ascending order.

Description

Sorts by occurrence in the current column, in ascending order.

How to Run

  • Default Menu: Sort > Sort by Occurrence Ascending

  • All Commands: Sort > Sort by Occurrence Ascending

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_SORT_OCCURRENCE_A (4001)

Macros

[JavaScript]

editor.ExecuteCommandByID(4001);

[VBScript]

editor.ExecuteCommandByID 4001