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
TAG POS={{!LOOP}} ....
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...