Getclipboardstring
GetClipboardString (Function)
Format
GetClipboardString ( )
returns string
Description
Returns the string on the system system clipboard. If there is not a string on the clipboard it will return an empty string ’’.
Example
a = GetClipboardString()
print("the clipboard contains '"; a; "'")
See Also
GetClipboardImage, GetClipboardString, SetClipboardImage, SetClipboardString
History
| 2.0.0.8 | New to Version |