Notifications
Clear all

[Closed] Copy to buffer?

Hi,

Is there a way to copy some string to buffer?

I have some naming generator (lets say myString variable). But what I want is to send mySting to buffer so I can just Ctrl+V ?

2 Replies
setClipboardText <string>
getClipboardText()

Ah, you are right