04-23-2015, 02:45 PM
Right im convinced this isnt me and there is a bud or something with my QM
Ive the following
int w1=act(win("Port Requirements - Master.xlsx - Excel" "XLMAIN"))
lef 138 235 w1 1 ;;EXCEL7 'Book 2.xlsx'
'D
'Cc
str m1.getclip
if(m1 = "test")
mes "yes"
else
mes "no"
Even though the correct sell is selected and m1 does definitely equal "test" no matter what I still get the mes "yes"
Ive the following
int w1=act(win("Port Requirements - Master.xlsx - Excel" "XLMAIN"))
lef 138 235 w1 1 ;;EXCEL7 'Book 2.xlsx'
'D
'Cc
str m1.getclip
if(m1 = "test")
mes "yes"
else
mes "no"
Even though the correct sell is selected and m1 does definitely equal "test" no matter what I still get the mes "yes"
