Quote:
Originally Posted by cellarius
Making a dirty global trick is not a solution, but a workaround. Of course, I thought you were looking for the correct way to do it in vB. Clearly my mistake, sorry.
|
Yes, you have a point. I don't see any real problem with using GLOBALS that way for something "quick and dirty", but it's probably a good idea to point out that it's not the intended way of doing things, and if you're doing any substantial amount of coding with templates you would want to learn how to register variables. And a good way to do that is to study the article mentioned above.