Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with repeat command!
#1
Im trying to repeat a command not exactly the same but sort of but this message keep popping up, someone please help!


Error in <open ":1431: /87">Macro2:  this variable is already declared. If you want to use the same variable, remove the second declaration (typename and space before the variable).
Cannot start macro <open ":1431:">Macro2 while a macro is running. You may want to <fa "4466948 /1431">change 'If a macro is running' option or convert to function.
Cannot start macro <open ":1431:">Macro2 while a macro is running. You may want to <fa "4466948 /1431">change 'If a macro is running' option or convert to function.
Invalid trigger-string: options



This is is my code

int w=win("Bluestacks App Player" "*.Window.*")
lef 137 406 w 1 ;; '_ctl.Window'
5
int w1=win("Bluestacks App Player" "*.Window.*")
lef 464 492 w1 1 ;; '_ctl.Window'
5
int w2=win("Bluestacks App Player" "*.Window.*")
lef 372 551 w2 1 ;; '_ctl.Window'
key "Hey You"
int w3=win("Bluestacks App Player" "*.Window.*")
lef 932 552 w3 1 ;; '_ctl.Window'
5
int w4=win("Bluestacks App Player" "*.Window.*")
lef 27 73 w4 1 ;; '_ctl.Window'
5
int w5=win("Bluestacks App Player" "*.Window.*")
lef 28 70 w5 1 ;; '_ctl.Window'
5
int w6=win("Bluestacks App Player" "*.Window.*")
lef 246 410 w6 1 ;; '_ctl.Window'
5
int w1=win("Bluestacks App Player" "*.Window.*")
lef 464 492 w1 1 ;; '_ctl.Window'
5
int w2=win("Bluestacks App Player" "*.Window.*")
lef 372 551 w2 1 ;; '_ctl.Window'
key "Hey You"
int w3=win("Bluestacks App Player" "*.Window.*")
lef 932 552 w3 1 ;; '_ctl.Window'
5
int w4=win("Bluestacks App Player" "*.Window.*")
lef 27 73 w4 1 ;; '_ctl.Window'
5
int w5=win("Bluestacks App Player" "*.Window.*")
lef 28 70 w5 1 ;; '_ctl.Window'
5


Messages In This Thread
Help with repeat command! - by jayillavista - 04-13-2018, 11:29 PM
RE: Help with repeat command! - by Kevin - 04-14-2018, 01:36 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)