I am saving a score (integer) and string in a table. The score and string need to be linked and then sorted like below:
table = { {“string”, 10}, {“string2”, 22}, {“string3”, 6} }
how can I sort these in terms of the score value? [import]uid: 3018 topic_id: 9837 reply_id: 309837[/import]