I have a screen with ten Images on a form which are Image1, Image2, etc. However, since I do not always fill them all, I want to be able to access them using a integer variable (i.e Image[curnoofimages + 1]). If I did this I could just copy the array off to each image at the end to the...