User Tools

Site Tools


en: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

History

2.0.0.8New to Version
en/getclipboardstring.txt · Last modified: 2020/06/17 21:10 by admin