I want to sort this table by a value contained in it. Ex:
tabela = {
{pessoa="Joao", idade=20},
{pessoa="Pedro", idade=22},
{pessoa="Lucas", idade=19},
{pessoa="Derp", idade=25}
}
I want to sort the table by age.
Something like:
table.sor...
asked by
08.10.2014 / 07:54