On Wednesday, 8 October 2014 at 02:06:28 UTC, Brian Schott wrote:
I'm 99% sure you actually want an array or associative array. Something like this maybe?ImageType[string] images;images[format("image%03d", i)] = new ImagefromFile(userDefinedLocation);
oooh okay I see what you mean. Yeah that will be waaaay better. It'll help me get rid of all my extra temp variables and string/int conversions, too. Thanks! :)
