WinXClip_GetString$ ()
Gets the string on the clipboard.
Parameter | Description |
---|
$$TRUE on success or $$FALSE on fail
You should check to see if the clipboard contains a string with the WinXClip_IsString function or other means.
' Get a string from the clipboard PRINT "Clipboard text: ";WinXClip_GetString$ () |