lua-users home
lua-l archive

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


Mark Hamburg wrote:
See luaX_errorline. I modified it to return a table containing the line
number along with the error message. That does require a little more work
for processing errors on the other end though you can mitigate some of it by
including a metatable with a __tostring metamethod on the table.

Thanks. That is very cool and sounds like exactly what I need.