Add them as Public/Friend Shared variables in a class and you can access
them in the whole project without passing a reference (if that's what
"global" means).
if you make them a shared variable they will be accessable with out
instanciateing a class.. normally you must instanciate a class to access
variables in it.. best pratice now days is to use classes. if you dont want
to make it shared, then using a module will make a variable accessable
through out the application.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.