04-30-2010 03:47 PM
04-30-2010 04:59 PM
Make a local variable from the Exit button and use the local in the other loop. See this post
04-30-2010 07:19 PM
The listed discussions and examples are great and simple. If you are doing critical aquisition, try this revised queued consumer/producer. It prevents lockup if one of the loops fails unexpectedly.
-Mike
04-30-2010 10:09 PM - edited 04-30-2010 10:11 PM
04-30-2010 10:35 PM - edited 04-30-2010 10:36 PM
Hi Secr,
Here is a solution if you dont want to use Local Variables.
Rgs,
Lucither
05-02-2010 07:34 AM