02-06-2014, 02:55 PM
even in acc you can reuse that variable. Use Accessible object actions menu instead of find Accessible object,wait
then u can type in the variable you want to use
but i still don't see how using another variable is breaking your code
you can use a1 a2 a3 etc no problem without fail
my guess is you using some other command to check something and forgot to match up the variables
you could do like this
Function Function3
but i don't recommend it
if code is breaking from using a1 a2 a3 ,then it's not qm its how your programming.Hard to say why you code is failing without seeing it.
then u can type in the variable you want to use
but i still don't see how using another variable is breaking your code
you can use a1 a2 a3 etc no problem without fail
my guess is you using some other command to check something and forgot to match up the variables
you could do like this
Function Function3
int w=win("Mozilla Firefox" "Mozilla*WindowClass" "" 0x4)
Acc a.FindFF(w "tab" "" "class=tabbrowser-tab[]label=Quick Macros Forum • View topic - reset int w and a.findff to avoid w1 and a1...etc" 0x3004)
a.DoDefaultAction
a.FindFF(w "A" "" "title=Post a reply[]href=''./posting.php?mode=reply&f=1&t=5786''" 0x1004 3)
a.DoDefaultActionbut i don't recommend it
if code is breaking from using a1 a2 a3 ,then it's not qm its how your programming.Hard to say why you code is failing without seeing it.
