Ballistics Posted May 16, 2010 Report Share Posted May 16, 2010 I'm looking for a simple way to continually loop a macro from beginning to to end. Something I can run over night and turn of in the morning. What would I have to do to create this? Quote Link to comment Share on other sites More sharing options...
kevin Posted May 17, 2010 Report Share Posted May 17, 2010 I'm looking for a simple way to continually loop a macro from beginning to to end. Try the Repeat command: Repeat Until %T1% <> "DONE" // *** Macro Commands *** Repeat End This will loop until a Variable Set String %T1% "DONE" is used to set T1 to DONE. You could have your macro set T1 to DONE at a specific time in the morning to automatically stop your macro. You could also click on the running man icon or press the Macro Macro HotKey to manually stop the macro. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.