Forum Discussion
scottchiefbaker
13 years agoVisitor
I'd really like to have something like
I don't see how I'd store something in the GlobalAA though.
config = setupConfig();
config.add('debug',1');
if (config.get('debug') > 0) then
'do something
endif
I don't see how I'd store something in the GlobalAA though.