Simple Repeat
Moderators: Dorian (MJT support), JRL
Simple Repeat
I constructed my first simple macro that actually works. Now I just want it to repeat the operation 25 times. Is there a simple way to set a macro to repeat globally, as opposed to calling a repetition of a particular command?
srdiamond
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
The easiest way is just to modify your code as follows:
Let>k=1
Repeat>k
..
.. your code here
..
Let>k=k+1
Until>k=25
Let>k=1
Repeat>k
..
.. your code here
..
Let>k=k+1
Until>k=25
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?