lua-users home
lua-l archive

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


Christophe Delépine wrote:

> The LUA function does not know the number of values that are returned
> How can i get the values and store them in a simple LUA table ?

mytable = { myfunc() }

Also: Lua is not an acronym :)

B.