[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua_dostring not in Lua 5.1?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 11 Sep 2005 21:22:33 -0300
> 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