===== GetClipboardString (Function) ===== ==== Format ==== **GetClipboardString** ( ) returns [[stringexpressions|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 ==== {{page>en:start#Clipboard&noheader}} ==== History ==== |2.0.0.8|New to Version|