Hi all,
imagelist.item(3) = imagelist.item(4)
imagelist.item(4) = imagelist.item(3)
So, I think I only substitude the adres to design on, because the memory in list holds the same picture all the time, and do not copy memory from one place to another.
Is this right?
If so, wat is the most easy way to copy image-memory to another image-memory?
Put Claude Belgium
imagelist.item(3) = imagelist.item(4)
imagelist.item(4) = imagelist.item(3)
So, I think I only substitude the adres to design on, because the memory in list holds the same picture all the time, and do not copy memory from one place to another.
Is this right?
If so, wat is the most easy way to copy image-memory to another image-memory?
Put Claude Belgium