lua-users home
lua-l archive

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


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!