SetClipboardString ( string )
Copies the string to the system clipboard.
password = "kjjhJHK678." setclipboardstring password print "paste password now" pause 10 setclipboardstring "" print "clipboard cleared"
GetClipboardImage, GetClipboardString, SetClipboardImage, SetClipboardString