[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problem using lua_Debug (solved!)
- From: "jose_marin2 <jose_marin2@...>" <jose_marin2@...>
- Date: Thu, 16 Jan 2003 12:55:04 -0000
Found the error!
I was using
data:Value = CalcValue()
instead of
data.Value = CalcValue()
DOH!
Anyway, at least I learned how to use the _ERRORMESSAGE!