lua-users home
lua-l archive

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


Hi.

How do I return a 2d table from a C-function (I'm using Lua 5)? So far I
have managed to return a vector from a C-function using
lua_newtable()-function. Code example would be nice.

Floru