02-04-2009 07:34 AM - edited 02-04-2009 07:36 AM
hey, i'm confused with a most simple question about multiple while loops. My purpose: stop or stop2, it just jump out from small loop and stay in the big one. and if i click on stop 3. the whole program would stop...how can i do that? The following script doesn't work at all....Thanks in advance!!!
Solved! Go to Solution.
02-04-2009 07:39 AM
Hi Schäfchen,
i'm not really sure what your question is. Can you be more specific? What do you try to do?
You should also think about the data flow. You can only stop the outside loop if the inner loops are stopped.
Mike
02-05-2009 04:17 AM