Table of Contents

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

2016/01/01 22:42

History

2.0.0.8New to Version