lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On 07/10/2006, at 4:28 PM, Nick Gammon wrote:

Plus, in my case, rather than removing the optional self, I will have to push one on, if it wasn't there before.

And I can't in fact do that either, as then if the user gets an error in their first argument, it will say error in argument #2.

- Nick