WinXClip_IsString ()
Checks to see if the clipboard contains a string
Parameter | Description |
---|
$$TRUE if the clipboard contains a string otherwise $$FALSE
none
' Check the clipboard for a string IF WinXClip_IsString () THEN PRINT "String" ELSE PRINT "Not String" |
WinXClip_IsImage
WinXClip_GetString$
WinXClip_PutString
onClipChange (Callback)