[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: More than 256 arguments?
- From: Jonathan Castello <twisolar@...>
- Date: Fri, 16 Jul 2010 12:44:21 -0700
On Fri, Jul 16, 2010 at 12:26 PM, Stephen Kellett
<lua@objmedia.demon.co.uk> wrote:
>
>
> HyperHacker wrote:
>>
>> The real question is what in the world are you doing that requires
>> over 256 arguments to a function instead of just a table?
>>
>
> I agree. I don't know if I'm stunned or impressed or both that someone has
> written a function that takes that many arguments.
>
> Is this hand written Lua or machine generated and the machine has run up
> against its limits?
>
> Stephen
>
>
I figured it was probably just a varargs function.
--
~Jonathan