Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calling macros from another macro
#2

If I understand what you're saying, simply put mac- "Macro name" at the bottom of your macro, this will end the current macro and go to the next. That way you can cause a train reaction of macros to run, one right after the other.


Example: Just run the first macro.(Macro80)

Macro ( Macro80 )
Code:
Copy      Help
out "hi"
mac- "Macro81"
Macro ( Macro81 )
Code:
Copy      Help
out "bye"
mac- "Macro82"
Macro ( Macro82 )
Code:
Copy      Help
out "all done"
Taking on Quick Macros one day at a time


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)