Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dont know how to make the task repeat over and over
#1
Im trying to make my task repeat over and over. I record a macro but it only work once , but I want it to repeat x times, please help!!.
Note: I also try that one with

rep 10000 x , remember? but I dont know if Im doing it right...thanks! :?
#2
That was about QM version 1. You use QM 2, and now it works differently. Place rep x at the beginning, then select all subsequent text (commands to be repeated), and press Tab key. Example:

Code:
Copy      Help
rep 10
,my
,recorded
,macro

To repeat forever, use only rep:

Code:
Copy      Help
rep
,my
,recorded
,macro

Note: comma at the beginning of a line is the same as tab.


Forum Jump:


Users browsing this thread: 1 Guest(s)