EmEditor Home - EmEditor Help - Command Reference - Edit category

Delete Line command

Summary

Deletes the current line.

Description

Deletes one logical line at the cursor.

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.SelectLine();

document.selection.Delete(1);

[VBScript]

document.selection.SelectLine

document.selection.Delete 1

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2012 by Emurasoft, Inc.