WinXClip_IsString


WinXClip_IsString ()

Checks to see if the clipboard contains a string

Parameter Description

Returns

$$TRUE if the clipboard contains a string otherwise $$FALSE

Remarks

none

Examples

' Check the clipboard for a string
IF WinXClip_IsString () THEN PRINT "String" ELSE PRINT "Not String"

Related Links

WinXClip_IsImage
WinXClip_GetString$
WinXClip_PutString
onClipChange (Callback)