lua-users home
lua-l archive

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


>Thanks Thiago, that fixed it :)

Note also that you don't need this:
	lua_getglobal(L, "myData")
because the table is already on the top of the stack since you called
	do_it(myData)
--lhf