Way to send text output from a command to clipboard

Hey there, I am quite new to setting up macros in Rhino and wanted to ask if there is an easy way to have the textual output of a command like _EvaluatePt filled into the clipboard? And if so, how to do it?

Thanks in advance and greetings!

Hi -

No, generally, there isn’t an easy way to do that.
-wim

Hi @Scan3D_GmbH,

Drag and drop the attached script file on top of a running Rhino for Windows.

Then run CopyCommandHistoryToClipboard.

CopyCommandHistoryToClipboard.rvb (359 Bytes)

Also, just doing _-CommandHistory _Clipboard basically does the same thing…

– Dale

Thanks for your answers! I took the longer route and got it workig with some Pythonscripting. If anyone is interested in it just hit me up.