09-12-2007 10:59 AM
09-12-2007 11:19 AM
@~Sophie~ wrote:
IBut when I run this sequence, the first two always have 5 iterations (ie the same as the first for loop), the second 2 (usually) have 10 (ie the same as the 3rd for loop). Sometimes, they ALL will have 5 iterations! I have checked by wiring controls directly to N but this seems to have no effect on the number of iterations the loop will perform. The usual re-starting the computer and hardware doesn't work either 😞
You should show us your code. Most likely, you have an autoindexing array going into the FOR loops. The numer of iterations is the smallest number of whaever you wire to the N terminal and the array size of the smallest autoindexing array entering the FOR loop. For example if you autoindex an array of size 2, the loop will spin only twice, even if you wire a million to N. 🙂
09-12-2007 11:22 AM
09-13-2007 04:02 AM