EmEditor Home - EmEditor Help - Command Reference - Edit category

Cut command

Summary

Cuts the selection or the current line and moves it to the Clipboard.

Description

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

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.cut();

[VBScript]

document.selection.Cut

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2012 by Emurasoft, Inc.