Sort Largest to Smallest command

Summary

Sort numbers at the current column in descending order.

Description

Sort numbers at the current column in descending order. This command will not function for non-numerical characters.

How to Run

  • Default Menu: Sort > Sort Largest to Smallest

  • All Commands: Sort > Sort Largest to Smallest

  • Toolbar:

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_SORT_NUM_D (4480)

Macros

[JavaScript]

editor.ExecuteCommandByID(4480);

[VBScript]

editor.ExecuteCommandByID 4480