Hello Copy question - Forum

Forum Navigation
You need to log in to create posts and topics.

Hello Copy question

I have some variables like this   M92 X[xnew] Y[ynew] Z[znew] E[enew]  that give a result M92 X85 Y92 Z97 E387

How can I copy the result to the clipboard with a click button

Thanks in advance for the help.

@soren-weitling

Place code on the button to copy the contents of the [xnew] variable to the clipboard (text only).

SetVar "[Clipboard]" "[xnew]"

https://winhelp.visualneo.com/PredefinedGlobalVariables.html

luishp, Darbdenral and Soren Weitling have reacted to this post.
luishpDarbdenralSoren Weitling

Thank you so much.