Table of Contents

SetClipboardString (Statement)

Format

SetClipboardString ( 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

2016/01/01 22:42

History

2.0.0.8New to Version