Despite "SET !LOOP 0" the macro seems to always give {{!LOOP}} a starting value of 1. The variable does increment properly after this; however, the first entry in the SELECT element, which has an index number of 0, is always skipped. I do not wish to skip the first entry.SET !LOOP 0
TAG POS=1 TYPE=SELECT FORM=NAME:Jurisdiction ATTR=NAME:County CONTENT={{!LOOP}}
The following code does work properly:
I assume that the "SET !LOOP" command does not allow !LOOP to be set to zero. Can someone please confirm this?TAG POS=1 TYPE=SELECT FORM=NAME:Jurisdiction ATTR=NAME:County CONTENT=0
As a workaround, I considered modifying the "Current:" field in the "Repeat Macro" section of the "Play" tab on the iMacros sidebar before clicking "Play (Loop)"; however, the field is grayed out and can not be edited. Is this by design, or is there some way I can change this value?