Sort Z to A command¶
Summary¶
Sort text at the current column in descending order.
Description¶
Sort text at the current column in descending order. If the text does not contain alphabetical characters (A-Z and a-z), the command will attempt to sort via numerical value.
How to Run¶
Default Menu: Sort > Sort Z to A
All Commands: Sort > Sort Z to A
Toolbar:
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_SORT_TEXT_D (4478)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4478);
[VBScript]¶
editor.ExecuteCommandByID 4478