|
More local variables.
I would like to organize code I have written into multiple vi's but doing so would require me to make input and output local variables for each sub vi. I remember reading somewhere that you should avoid local and global variables because they will slow down your code. Is the slowdown at all significant or is there a better way to do this?
|