Cuts the current line and moves it to the Clipboard.
Cuts one logical line at the cursor, and puts it on the Clipboard. After this command, you can place the line by moving the cursor to a different location and running the Paste command.
document.selection.SelectLine()
document.selection.Cut();
document.selection.SelectLine
document.selection.Cut
Send feedback on this topic to Emurasoft