Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to repeat list of macros n time
#2
Convert the macros to functions (you can do it in the Properties dialog) and call, don't use mac.

rep 3
,Macro_1
,...

If don't want to convert to functions, use this:

rep 3
,wait 0 H mac("Macro 1")
,...

If don't want to wait, select "Run simultaneously" in macro Properties dialog.


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)