
Originally Posted by
firefytr
I agree with Bob. I'll use them, but not very often. I like to keep things compartmentalized as much as possible. I pass a lot of variables between sub routines and use a lot of functions. There is the occasion where I'll need to store values in between the run-time of multiple routines. Public variables can come into play here, ...