scottchiefbaker
13 years agoVisitor
Global or persistent variables?
I want to fetch an initial config XML, and store those settings for use later. I don't see that brightscript has any sort of concept of global variables, or an easy way to access some long term stored variable. Ideally it'd be some config object I can create, and reference from anywhere. What's the best way to do something like this?