Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
repeat indefinately
#1
After I record a set of mouse repeats what can I enter to make it do this same recording over and over again indefinately??????? Confusedhock:
#2
Assume that you recorded this:

Code:
Copy      Help
[color=blue]lef [/color]10 11 [color=blue]win[/color]("QM TOOLBAR" "QM_toolbar")
[color=blue]int [/color]w1=[color=blue]wait[/color](5 [color=blue]win[/color]("Text" "#32770"))
[color=blue]lef [/color]461 12 w1

Insert rep before. Then select recorded text (except rep), and press Tab.

Code:
Copy      Help
[color=blue]rep[/color]
,[color=blue]lef [/color]10 11 [color=blue]win[/color]("QM TOOLBAR" "QM_toolbar")
,[color=blue]int [/color]w1=[color=blue]wait[/color](5 [color=blue]win[/color]("Text" "#32770"))
,[color=blue]lef [/color]461 12 w1


Forum Jump:


Users browsing this thread: 1 Guest(s)