GetClipboardString ( )
returns string
Returns the string on the system system clipboard. If there is not a string on the clipboard it will return an empty string ''.
a = GetClipboardString() print("the clipboard contains '"; a; "'")
2.0.0.8 | New to Version |