Repeat single line in Imacros Script

willrey619

Newbie
Joined
Mar 29, 2013
Messages
13
Reaction score
0
I want to repeat this line in my IMacros code:
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
is there anyway i can do it without copping and pasting the same line again below multiple times
Thanks
 
I dont think there is internal "for" loop or "while" loop inside imacros. You need to use vbscript or javascript.
I actually using batch file outside of imacros. Just google "imacros batch file" or "imacros loop batch", or any other keyword if you know the language...

AFAIK, CMIIW.
 
whoa... apologize.. just notice that this question posted 2 years ago lol
 
Back
Top