Is there any way to simply declare a variable's scope as global?
That is to say, I have numerous variables which are used in nearly every function in my application. It would be useful to be able to declare scope once, rather than at every function declaration.
thanks for any help you can offer.