I may be having a bad day here so excuse me if my question is ludicrous.
Is it possible to have a while loop execute its code continously (until some sort of boolean is pressed)
but at the same time output data into its tunnel every cycle/loop?
The reason for this is because I have two loops and I wish to have the first loop transfer data to the second loop everytime it cycles. This, at the moment, is not possible because the first loop only sends data when it's done cycling.
Thank you,
Alex
Edit: I've just read something about "queues". I apologize for not finding this earlier. Is this, perhaps, the way to go?
Message Edited by ap8888 on
07-08-2008 12:15 PMMessage Edited by ap8888 on
07-08-2008 12:15 PM