Quote Originally Posted by Programmer_P View Post
Ok, it seems I may have to forget the whole "add variables to class from outside the class" idea, and just add them the standard way, i.e. directly.
The reason I was wanting to do it was because I thought it might be more readable if I had most of the variables for the program I'm writing in its own block of code. But nevermind...that's what comments are for, I guess. So I can keep track of whatever the hell it is that I wrote so far, and not forget what I was thinking at the time that I wrote it.
That's what variable names are for imo