Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

While loops within while loops, how to stop?

Solved!
Go to solution

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!!! Smiley Tongue           

 
Message Edited by Schäfchen on 02-04-2009 07:36 AM
Message Edited by Schäfchen on 02-04-2009 07:36 AM
0 Kudos
Message 1 of 3
(4,140 Views)

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

0 Kudos
Message 2 of 3
(4,136 Views)
Solution
Accepted by topic author Schäfchen
yes mike you are totally right.. now i have solved the problem with another event structure and local variable of the booleans... Thanks very much!
0 Kudos
Message 3 of 3
(4,121 Views)