List numbering question

... I think you were expecting For Each Item to be in numerical order? It simply isn't and of course, since Item and Index are not the same thing, you can't cross-pollinate them.
That's not a bug.

I dont want argue with you on this but who cares if they are in numerical order or not? Who cares how they related to their index. Their index what matters and that is in numerical order. And it is work for its own list. Just doesnt pass it to other list. And it should be in my opinion. I even tried to give it to a third variable and use that variable. Didnt work either.
If you make an array in any program language the index is accessible to any function you want to do with it. Thats it. No need more explanation why is not work the way i think it should. I accepted it dont work.
Thank you.