B
BraafPaard
Guest
I have 52 images in the Resources of a project. I have been trying to find a way to use a collection of these images so that I can use them easily. I expected that it would look like this'
For i =0 to 51: img(i)=collectionOfResources(i): next
There must be a way to this. I cannot figure it out. Did not find anything on the internet either.
Of course I could add them individually to a collection: img(1)=my.resources.z1 etc. I would have to do this 52 times.
Can you help?
BraafPaard
Continue reading...
For i =0 to 51: img(i)=collectionOfResources(i): next
There must be a way to this. I cannot figure it out. Did not find anything on the internet either.
Of course I could add them individually to a collection: img(1)=my.resources.z1 etc. I would have to do this 52 times.
Can you help?
BraafPaard
Continue reading...