lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.