03-13-2017, 02:00 PM
I need to get the content of the clipboard and check to see if it is a string or not.
Example:1
Clipboard = "Hello"
if Clipboard = a sting
,out 1
else
,out 2
out = 1
Example:2
Clipboard = hello.png
if Clipboard = a sting
,out 1
else
,out 2
out = 2
Example:1
Clipboard = "Hello"
if Clipboard = a sting
,out 1
else
,out 2
out = 1
Example:2
Clipboard = hello.png
if Clipboard = a sting
,out 1
else
,out 2
out = 2