[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Catching and passing multiple values
- From: Mike Pall <mikelu-0602@...>
- Date: Thu, 23 Feb 2006 19:15:06 +0100
Hi,
Chris wrote:
> On 2/23/06, Javier Guerra <javier@guerrag.com> wrote:
> > On Thursday 23 February 2006 11:50 am, Chris wrote:
> > > That made me think, a substring style unpack could be useful.
> >
> > this seems to work:
>
> I would hack the actual unpack function Lua uses ...
Ahemm ... before you create even more code. Have you considered
looking into the Lua 5.1 manual first? :-)
http://www.lua.org/manual/5.1/manual.html#pdf-unpack
Bye,
Mike