Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help repeating my macro.......
#1
im new to this..... how can i get this to repeat it self???



rep 500
0.6
lef 930 499
0.4
lef 888 731
0.4
lef 910 127
0.4

rep 1
0.6
lef 814 718
0.6
lef 1203 23
#2
the command are indented but cant post it properly....the macro runs fine 500 times then the 1 time but then ends....i wanna repeat it over again!!!!!
#3
you can rep the entire thing by doing this.

Code:
Copy      Help
rep
,rep 500
,,0.6
,,lef 930 499
,,0.4
,,lef 888 731
,,0.4
,,lef 910 127
,,0.4
,,
,rep 1
,,0.6
,,lef 814 718
,,0.6
,,lef 1203 23
An old blog on QM coding and automation.

The Macro Hook
#4
ken gray Wrote:you can rep the entire thing by doing this.

Code:
Copy      Help
rep
,rep 500
,,0.6
,,lef 930 499
,,0.4
,,lef 888 731
,,0.4
,,lef 910 127
,,0.4
,,
,rep 1
,,0.6
,,lef 814 718
,,0.6
,,lef 1203 23

doesnt work....the second rep comes up green?!?!?!
#5
Tips: QM code in the forum (colors, functions, dialogs, etc)

this will show you how to copy/paste code from forum.
An old blog on QM coding and automation.

The Macro Hook
#6

You could also try this.


Code:
Copy      Help
;C
rep 500
,0.6
,lef 930 499
,0.4
,lef 888 731
,0.4
,lef 910 127
,0.4
,;
rep 1
,0.6
,lef 814 718
,0.6
,lef 1203 23
goto C


Forum Jump:


Users browsing this thread: 1 Guest(s)