Remove All Separators command

Summary

Removes all the separators while in the normal mode.

Description

Removes all the separators while in the normal mode.

How to Run

  • Default Menu: None

  • All Commands: CSV > Separators > Remove All Separators

  • Toolbar: + Remove All Separators

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_REMOVE_ALL_SEPARATOR (3886)

Macros

[JavaScript]

editor.ExecuteCommandByID(3886);

[VBScript]

editor.ExecuteCommandByID 3886