Hello. I needed to choose numeric indexes from array in the sorted order. How can I do this? (In PHP - ksort) Size of array is unknown, indexes are rarefied (range: 1-32000) and using lua_next(). Thanks.