Inserts the Clipboard contents at the cursor.
document.selection.Paste( nFlags );
document.selection.Paste nFlags
nFlags
Specifies a combination of the following values:
| eeCopyUnicode | Pastes as Unicode (default). |
| eeCopyQuotes | Pastes in quotes. |
| eeCopyNL | Pastes with new lines. |
| eeCopySystemDefault | Pastes as the system default encoding. |
Supported on EmEditor Professional Version 4.00 or later.
Send feedback on this topic to Emurasoft