Hi, i'm newbie in LUA and it's my first post. I need to get the returned error string (if error) from a dofile call, something like this. err = lua_dofile("test.lua"); Anyone can help me? Thanks in advance.