Kontroller
Newbie
- Jul 5, 2011
- 29
- 0
I'm using loops to extract data from a website, however I only want every other result as there is two of every link. In other words this is my code
Meaning POS goes up : 1, 2, 3, 4 etc with every loop.
What I want is for POS to go : 1, 3, 5, 7, 9
I can't find much information for this on the iMacros website and the forum never give me a response.
Thanks
Code:
TAG POS={{!LOOP}} ....
What I want is for POS to go : 1, 3, 5, 7, 9
I can't find much information for this on the iMacros website and the forum never give me a response.
Thanks