|
"Cut"
"Cut" is a front end token that removes the selection from your notebook and copies it to the Clipboard.
This token is equivalent to the menu command Edit Cut.
You can then insert the deleted material elsewhere using the front end token "Paste".
To execute a front end token, you typically evaluate a command of the form FrontEndExecute[FrontEndToken[token]].
|