I have a while loop. I'd like to know when the while loop has incremented 2 times, 3 times, 4 times, etc. For example, if I set the control to 7, I want a boolean to go positive on each 7th occurance of the loop. Any help?
(I've found several questions about using the while loop iteration, but not my specific question. Sorry if this is a repeat from somewhere).
Richard