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
- last edited on
08-22-2026
03:23 PM
by
Content Cleaner
Hi Ivan,
This Developer Zone article [link removed; article no longer available] explains a little more background about why functional global variables are the best option for you. Happy coding!