01-24-2008 02:00 PM
01-24-2008 02:03 PM
Hi Ivan,
global variables are not the best way to solve this problem, because they can produce race conditions. A better way could be to use a "global functional variable". Its a sub vi which stores your data.
Mike
01-25-2008 02:15 PM
Hi Ivan,
This Developer Zone article explains a little more background about why functional global variables are the best option for you. Happy coding!