setClipboard ( string text ) : void
Set a text in the clipboard of the computer.
Example
console(setClipboard("IdIA Tech")) //-> true
console(clipboard()) //-> IdIA Tech
See also
clipboardParameters
text
Text to set in the clipboard