I'm a complete newbie to the world of iMacro scripting, and as such I am having difficulty getting (what I believe to be) a very simply data scrape working.
I would like to know how to loop this thing
URL GOTO=link1
URL GOTO=link2
URL GOTO=link3
WAIT SECONDS=7.5
Then stop the loop and add another command below
URL GOTO=link4
TAG POS=1 TYPE=A ATTR=TXT:txt
URL GOTO=link5
Instead of doing it like this
URL GOTO=link1
URL GOTO=link2
URL GOTO=link3
WAIT SECONDS=7.5
URL GOTO=link1
URL GOTO=link2
URL GOTO=link3
WAIT SECONDS=7.5
URL GOTO=link1
URL GOTO=link2
URL GOTO=link3
WAIT SECONDS=7.5
URL GOTO=link4
TAG POS=1 TYPE=A ATTR=TXT:txt
URL GOTO=link5