10-13-2009 11:32 AM
hello
is there an efficient way to control loop externaly?
if i try to control a while loop and my stop button is outside the loop it doesnt work.
if i use local variable inside the while loop it does work but the loop execution is not fluent.
is there a good way to control the loop from the outside?
Solved! Go to Solution.
10-13-2009 11:37 AM
10-13-2009 11:55 AM
10-14-2009 01:34 AM
hi veteran
the stop inside the loop should have effect on other things outside the loop.
if i connect that stop button/local variable to events outside the loop then the data i read into the array is not in millisecondes resolution since the program also checks the effect of the stop on the outside action.
does event solve thise problem?
10-14-2009 01:39 AM
jackedi,
Can you explain what you are trying to do. Maybe you can do do everything inside a loop and case structure combo.
10-14-2009 06:59 AM