Question
Can you iteratively create variables?
Can you use a for(x:int; x < 100; x++) { Var varname + x: vat type } To create one hundred unique variables Basically I need to make 100 variables and am wonder how you create 100 vats with out resorting to Declaring them all by hand. Thanks, Andrew