export to clipboard

Request a new command, feature, or improvement

Moderator: MSandro

Post Reply
SimpleSi
Posts: 330
Joined: Jul 2nd, '17, 13:47

export to clipboard

Post by SimpleSi » Oct 10th, '17, 10:23

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?

SimpleSi
Posts: 330
Joined: Jul 2nd, '17, 13:47

Re: export to clipboard

Post by SimpleSi » Oct 10th, '17, 10:26

or maybe better than a block - make it a right-click option on a variable

Gosha
Posts: 16
Joined: Mar 29th, '17, 15:26

Re: export to clipboard

Post by Gosha » Oct 11th, '17, 17:46

There already are 2 blocks:

(getClipboard)

{setClipboard ''}

SimpleSi
Posts: 330
Joined: Jul 2nd, '17, 13:47

Re: export to clipboard

Post by SimpleSi » Oct 11th, '17, 18:39

Good find :)

Post Reply