10-24-2008 10:50 AM
I am having trouble carrying my values outside my state machine or while loops - any help?
10-24-2008 02:09 PM
Hi ddunlavy,
Can you explain a bit more about what kind of trouble you are having? You can just wire your values outside of the loop, and they will be passed after the loop terminates. If you need to pass data outside of a loop while it is running, you can use queues, notifiers, local variables (not preferred), or shared variables.