Forum Discussion
rminnich
14 years agoContributor
If I want to add an arbitrary number of variables where the number varies across runs, I have to declare them all up front and I can't go over that amount.
It's not a common scenario, but one I could see happening.
I could implement a dictionary and store that as a global and then use that for my temporary global variables, but that seems like a hack.
It's not a common scenario, but one I could see happening.
I could implement a dictionary and store that as a global and then use that for my temporary global variables, but that seems like a hack.