[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Sorting dictionary tables by value
- From: manel <lista@...>
- Date: Sun, 11 Nov 2007 11:35:20 +0100 (CET)
Hello
table.sort only works with the numerical part of the table
form 1 to #table (the *array* part). Your second approach
is a possibility.
I think this subject appeared in old posts in this list.
You can also consult:
http://lua-users.org/wiki/OrderedTable
http://lua-users.org/wiki/OrderedTableSimple
Manel.