Sort Randomly command¶
Summary¶
Sorts randomly in the current column.
Description¶
Sorts randomly in the current column.
How to Run¶
Default Menu: Sort > Sort Randomly
All Commands: Sort > Sort Randomly
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_SORT_RANDOM (4003)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4003);
[VBScript]¶
editor.ExecuteCommandByID 4003