Ok, so I'm reading a bit on Global variables and everyone's thought is that they are just evil and bad and are not to be used which confuses me.
I have an app I'm developing where one Screen 1, a user makes a choice from a menu and later on, on another screen, the results of that choice are displayed. To me, that constitutes a global variable so that the last screen is able to read the value and display it.
Now I read something about using Auctions instead. I have to read up on those but I might as well ask, can I manipulate the variables across different forms? If so, wouldn't that be the same as a global variable?
Are there any other best practices for this sort of thing?
Confused