Cut Method (Selection Object)¶
Copies the selected text to the Clipboard and deletes it from its
original location. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
document.selection.Cut();
[VBScript]¶
document.selection.Cut
Version¶