Page 1 of 1

export to clipboard

Posted: Oct 10th, '17, 10:23
by SimpleSi
Can I easily copy the value of variable to the clipboard?

I feel there must be but I just can't think of one

Method I'm currently using is to save it to a file and then open the file externaly in notepad and copy it from there

If there isn't an easy method, could we have a block for it please?

Re: export to clipboard

Posted: Oct 10th, '17, 10:26
by SimpleSi
or maybe better than a block - make it a right-click option on a variable

Re: export to clipboard

Posted: Oct 11th, '17, 17:46
by Gosha
There already are 2 blocks:

(getClipboard)

{setClipboard ''}

Re: export to clipboard

Posted: Oct 11th, '17, 18:39
by SimpleSi
Good find :)