Re: luaL_dofile(): how do I get errors?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: luaL_dofile(): how do I get errors?
- From: PA <petite.abeille@...>
- Date: 2007年1月31日 21:51:17 +0100
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.