It doesn't work because of data dependency. Once you are inside the inner loop the outer loop will not go to the next iteration until the inner loop is done. It sounds to me like you want parallel loops running, rather than one inside the other.
If you open the Example Finder (Help -> Find Examples), and search for "loops", open the examples called "Stopping Parallel While Loops". One has a reset, and one doesn't.
Message Edited by smercurio_fc on
04-22-2008 04:55 PM