lua-users home
lua-l archive

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


> Here is another missing function in 5.1: lua_dostring(). Do I need to 
> use luaL_loadstring and then execute it?

Try luaL_dostring.
--lhf