r107 win7 64bit
Problem: Putting a wait statement in a nested loop causes the loopindexes to all be the final loop number following the wait. As if the loops finished before the wait was over, but it still seems to repeat the correct number of times.
In the capx, run once to see the numbers show correctly, then enable the wait statement, and see all the numbers = 4
https://dl.dropbox.com/u/85412219/forumposts/WaitInNest.capx
doesn't seem to matter what the wait is either, "Wait 0 seconds" has the same affect.