===== SetClipboardString (Statement) ===== ==== Format ==== **SetClipboardString** ( [[stringexpressions|string]] ) ==== Description ==== Copies the string to the system clipboard. ==== Example ==== password = "kjjhJHK678." setclipboardstring password print "paste password now" pause 10 setclipboardstring "" print "clipboard cleared" ==== See Also ==== {{page>en:start#Clipboard&noheader}} ==== History ==== |2.0.0.8|New to Version|