Edit2: Solved, sry.
is there any fast way to modify this so it sorts 2D array?
i got table MyTable[[One,1],[Ten,10],[Three,3]]
I want it to be sorted like that: [[One,1],[Three,3],[Ten,10]]
I rly was trying hard to understand how did U sort it... but no way. :/
Edit: I need this sorting to be as fast as possible and all my ideas... well, aren't perfect.