Jump to content
Macro Express Forums

Repeating!


salanderson

Recommended Posts

Uh... It's the "Repeat Start" command in the Repeat group. There is no configuration or whatever to repeat a macro per se unless you have another macro with a repeat which runs the second macro which wouldn't make a lot of sense. It's better to repeat a routine within the macro. Whatever is in your macro now insert a Repeat Strat at the beginning and a Repeat End at the end.

 

FWIW having huge itterations of repeats often cause troubles. Try using the scheduler instead. For instance I have macros that need to effectively run forever but I want to be able to run macros inbetween. So I schedule the macro to run every 60 seconds.

 

Also if you need to repeat indefinately you can use the Repeat Until command and use the condition T1 <> T1. That is T1 not equal to T1. I use this all the time. Then I usually have an If test in there and if it's true issue a break command.

 

Check out the tutorials online, I think there are some cool examples of repeats there.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...