[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Catching and passing multiple values
- From: Chris <coderight@...>
- Date: Thu, 23 Feb 2006 11:50:19 -0500
On 2/23/06, Chris <coderight@gmail.com> wrote:
Of course, why even remove the first two from the results table?
At some point something is working with the other values and it can
just skip the first two.
That made me think, a substring style unpack could be useful.
unpack(results, index, length)
Like:
return 'x', unpack(results, 3)