03-04-2005, 05:11 AM
can you compare the content of 2 strings like example
str s1
str s2
s1.getclip
s2.getclip
if s1 = s2
goto do this
else do that
if not how can I compare the content of 2 strings obtained for clipboard?
str s1
str s2
s1.getclip
s2.getclip
if s1 = s2
goto do this
else do that
if not how can I compare the content of 2 strings obtained for clipboard?