EmEditor Home - EmEditor Help - Command Reference - Edit category

Paste in Quotes and Returns command

Summary

Inserts the Clipboard contents in quotes and with returns.

Description

Pastes the contents of the Clipboard with quote marks and inserts a new line at the cursor position. 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(eeCopyQuotes | eeCopyNL);

[VBScript]

document.selection.Paste eeCopyQuotes Or eeCopyNL

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2012 by Emurasoft, Inc.