Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can you compare 2 strings
#1
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?
#2
if s1 = s2
,do this
,and this
else
,do that
,and that

In QM, use tabs instead of commas. For case-insensitive comparison, use ~ instead of =.


Forum Jump:


Users browsing this thread: 1 Guest(s)