Group Abstract Group Abstract

Message Boards Message Boards

0
|
1.4K Views
|
1 Reply
|
1 Total Like
View groups...
Share
Share this post:

Copy every Output to Clipboard

Posted 2 years ago

Hello,

i want Mathematica to always copy the last Output in InputForm. So how can i run the CopyToClipboard function with every input?

Thank you.

POSTED BY: Alexander Klein

I think setting the global variable $Post accordingly does what you want:

$Post = (CopyToClipboard[InputForm[#]]; #) &
POSTED BY: Henrik Schachner
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard