lua-users home
lua-l archive

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



On Jan 31, 2007, at 21:33, Shea Martin wrote:

Is there any sort of way to determine what is wrong with my script, and
print a message to the user?

try loadfile or loadstring. Those will return nil plus an error message.