[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table.pack/unpack (was: Lua 5.2 Length Operator)
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 17 Apr 2012 08:52:38 +0200
On Tue, Apr 17, 2012 at 8:46 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> In fact, table.pack is the standard library function one can most easily do
> without and it's amazing that it has not been deprecated yet.
It also wanders around, from global to table, and is the most common
fix-up I need to make when moving code to 5.2
But useful, yes. Otherwise we have to remember the incantation every
time, using select('#',...).
steve d.