WinXClip_GetString$


WinXClip_GetString$ ()

Gets the string on the clipboard.

Parameter Description

Returns

$$TRUE on success or $$FALSE on fail

Remarks

You should check to see if the clipboard contains a string with the WinXClip_IsString function or other means.

Examples

' Get a string from the clipboard
PRINT "Clipboard text: ";WinXClip_GetString$ ()

Related Links

WinX_IsString
WinX_PutString
onClipChange (Callback)