06-22-2008 05:33 AM
06-22-2008 08:18 AM
06-23-2008 07:02 AM
06-23-2008 07:58 AM
If I understand correctly, a conditional disable structure is more similar to #ifdef than to #define, but you can do something like this:
It's not the best solution for something like this, but it has some advantages. As mentioned, the static global variable or the subVI is closer in spirit to #define.