lua-users home
lua-l archive

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


Am 28.05.2014 um 09:33 schrieb Kevin Martin <kev82@khn.org.uk>:

> 
> On 28 May 2014, at 08:30, Marc Balmer <marc@msys.ch> wrote:
> 
>> But how can I access "args" from within the Lua chunk "test.lua"?
> 
> local args = …
> 
> Can also use select, to figure out how may arguments you've got.
> 

Perfect, thanks!