lua-users home
lua-l archive

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


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.

Thanks,
Kevin