Cut Selection command

Summary

Cuts the selection and moves it to the Clipboard.

Description

Cuts the selection and moves it to the Clipboard. After this command, you can place the text by moving the cursor to a different location and running the Paste command.

How to Run

  • Default Menu: None

  • All Commands: Edit > Cut > Cut Selection

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_EDIT_CUT_SEL (4444)

Macros

[JavaScript]

editor.ExecuteCommandByID(4444);

[VBScript]

editor.ExecuteCommandByID 4444