Copies the selection in quotes and pastes it to the Clipboard.
Copies the selected text with the quote mark at the beginning of each line and put it on the Clipboard. After this command, you can place the selection by moving the cursor to a different location and running the Paste command.
•Default Menu: Edit > Copy in Quotes
•All Commands: Edit > Copy > Copy in Quotes
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: None
•EEID_EDIT_COPY_PREFIX (4130)
document.selection.Copy(eeCopyQuotes);
document.selection.Copy eeCopyQuotes