Re: table.unpack question.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: table.unpack question.
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: Sun, 9 Jun 2013 23:18:54 +0200
On Sun, May 26, 2013 at 6:46 AM, Robert G. Jakabosky
<bobby@sharedrealm.com> wrote:
> unpack() lets you select a range to unpack from the table. So you
> could pick a large but safe segment length to unpack.
>
I didn't know about the extra parameters. I'll use your solution, thanks.
-- Pierre-Yves