|
SOLUTIONS
|
Clipboard Operations
Mathematica offers a variety of methods for accessing the system clipboard and clipboard-like operations. In addition to the traditional interactive methods for accessing the system clipboard, the clipboard can be altered and accessed from Mathematica programs.
ReferenceReference
Copy/Paste Menus
Edit ► Copy — copy the selection to the clipboard
Edit ► Paste — paste contents, replacing the current selection
Edit ► Copy As ► Input Text — copy the selection to the clipboard in a plain text form which fully preserves evaluation semantics
Edit ► Copy As ► Plain Text — copy the selection to the clipboard in a plain text form which preserves the onscreen appearance at the expense of evaluation semantics
Clipboard Functions
CopyToClipboard — copy an object or selection to the system clipboard
Paste — paste an object to the present selection, possibly from the system clipboard
