What you call a "local variable" is actually a "global variable". If you want a reference to it on your diagram, just drag the icon of the global variable on your diagram.
It seems to me that you are hacking around in the blackjack VI available
HERE. This is not very good code to begin with, because it suffers severely from a bad case of "sequence'itis" and "local variable'itis". Now you want to make it even worse by infecting it with "global'itis"????
It should not be too hard to cleanly rewrite this entire thing with a single event structure, no sequences, and virtually no local va
riables at all!
I don't fully understand what you are trying to do, maybe you could try to explain it a little better. What is the purpose of the global? Adding 20 global references just does not sound like it's the right thing to do. (It makes me shudder....).
🙂