Hi…
I was wondering if it is possible to populate an array using a loop. For example, I need to create an array with a large number of images (ie img0, img1, img2 …), but don’t want to type each in manually. It would be easier, in my head, to create a loop that i could set the length, and it would create my array with img0, img1, img2 … up to the predefined length. Any ideas? Thanks in advance!
Kris