EmEditor Home - EmEditor Help - Command Reference - Edit category

Paste with Returns command

Summary

Inserts the Clipboard contents and returns.

Description

Pastes the contents of the Clipboard, and inserts a new line at the cursor. Before this command, use the Copy command or the Cut command to put text on the Clipboard. This command uses the system default encoding if the Always Paste as ANSI check box on the General tab of the Properties dialog box is checked, or Unicode if not checked.

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.Paste(eeCopyNL);

[VBScript]

document.selection.Paste eeCopyNL

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2012 by Emurasoft, Inc.