[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Construct table from multiple values with named keys
- From: Petite Abeille <petite.abeille@...>
- Date: Wed, 9 May 2012 21:06:44 +0200
On May 9, 2012, at 8:38 PM, Luiz Henrique de Figueiredo wrote:
>> That said, using table.pack seems to be more trouble than anything in that case. Using select directly seems to be more straightforward.
>
> I disagree: table.pack does what is needed *and* creates the table that
> is returned. Very convenient.
I disagree, but to each its own :)
Case in point: the code spend most of its effort removing what table.pack has put in the table in the first place. Very inconvenient :D