Paste Method (Selection Object)¶
Inserts the Clipboard contents at the cursor. nFlags Specifies a combination of the following values: eeCopyUnicode Pastes as Unicode (default). eeCopyQuotes Pastes in quotes. eeCopyNL Pastes with newline characters. eeCopySystemDefault Pastes as the system default encoding. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
document.selection.Paste( nFlags );
[VBScript]¶
document.selection.Paste nFlags
Parameters¶
Version¶