Copies the selected lines or current line and pastes it to the Clipboard.
Copies the selected lines or one logical line of text at the cursor, and pastes it to the Clipboard. After this command, you can place the line(s) by moving the cursor to a different location and running the Paste command.
•Default Menu: None
•All Commands: Edit > Copy > Copy Line(s)
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: None
•EEID_EDIT_COPY_LINE (4192)
document.selection.SelectLine();
document.selection.Copy(eeCopyUnicode);
document.selection.SelectLine
document.selection.Copy eeCopyUnicode