View Single Post
  #2 (permalink)  
Old 06-02-2007, 06:03 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,335
Default

You could create an array and store the image index in the array:
Picn.Image = Imagelist.Item(x)
images(n) = x
To compare:
If images(n) = images(z) then ...
Reply With Quote