Imacros Loop Question

nothingmore

Junior Member
Joined
May 1, 2011
Messages
190
Reaction score
219
I have a macro that only does two things:

TAG POS=1 TYPE=DIV ATTR=TXT:YES
WAIT SECONDS=.25
TAG POS=2 TYPE=DIV ATTR=TXT:YES
WAIT SECONDS=.25
TAG POS=3 TYPE=DIV ATTR=TXT:YES
WAIT SECONDS=.25
TAG POS=4 TYPE=DIV ATTR=TXT:YES
WAIT SECONDS=.25
TAG POS=5 TYPE=DIV ATTR=TXT:YES
WAIT SECONDS=.25
TAG POS=6 TYPE=DIV ATTR=TXT:YES
WAIT SECONDS=.25

The only thing that is different is TAG POS=#+1. Is there an easier way to make this macro rather then keep copy and pasting the same 2 lines and replacing the numbers? I may have to do this 10,000+ times if that's the case. Is there a way I can just have it loop however many times I want instead?

Thank you!
 
Last edited:
Back
Top