Is there a way to scope a variable as "global to me and my children"
I have a subroutine that pulls some data. It makes some decisions about the data and then calls other subroutines to handle the data. It is a relativly large bit of data, so I don't want to pull the data again in the sub-subroutine. No one above the main subroutine needs these variables. I just want to share my variables with a routine that I call.
I am sure there is a way to do this. But how?
Thanks, Skip
In reply to Scope Between global and my by SkipHuffman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |