Re: create vi-internal switch

2004-06-17 Thread Ben
Hi Karin, You may want to use a case structure. That will allow you determine which of the two loops will execute. Otherwise, Post in German! Some of best Enthusiast speak German. We are big, we are bad, we are international! Ben

create vi-internal switch

2004-06-17 Thread kahei
I need to create a switch that is manipulated not by the user but by the vi itself. More precisely, I need an element, that is always "true" until it receives a "true" from another structure running in parallel. The problem with all the comparing elements is, that they wait for both signals. But in