04-04-2014 07:09 AM
04-04-2014 07:20 AM - edited 04-04-2014 07:21 AM
Nope.
You cannot influence the iteration count. It just counts up, starting from zero.
You may add an offset to "i" to "fake" a certain count value…
04-04-2014 08:03 AM
04-04-2014 08:30 AM
...or use a while loop and maintain a loop count yourself using an incrementing shift register.
You can have a case structure in your loop that modifies this count under the required conditions.