A custom attribute that is used by the Repeat with Counter compound to store the loop counter.
If you use more than one Repeat with Counter compound on an object, change the name so that the attributes do not interfere with each other.
Within the execute branches, you can get this attribute to know which iteration is currently being executed (0 for the first time through the loop, 1 for the second time, and so on).
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License