generate unique variable names?

K.K. via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Oct 7 19:53:07 PDT 2014


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! :)


More information about the Digitalmars-d-learn mailing list