Answer.cnvColor(idx).Backdrop is an object pointer, not a comparable value
so each backdrop is most likely a pointer to a reference inside “answer” and inside “guesses”
so the will never be equal, even if you loaded the same exact file
So I would figure out a way to carry along another value (say an Integer) that you CAN compare
Thanks so much for the help. I reworked things so I’m dealing with numbers, and then those numbers can be used as an index into an array to show the actual pics, so it’s all good now. (If you overlook the spaghettiness of the resulting code. I blame Paul – Friday to Friday just isn’t long enough!)