WinXClip_IsImage ()
Checks to see if there is an image on the clipboard
Parameter | Description |
---|
$$TRUE if the clipboard contains an image, otherwise $$FALSE
none
' Check the clipboard for an image IF WinXClip_IsImage () THEN PRINT "Image" ELSE PRINT "Not Image " |