lua-users home
lua-l archive

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



I'm getting "malformed number error"s from Lua 5.0 on any floating point constants in the script (i.e. "var=0.0001").

What can it be - I'm using the same static library elsewhere and it works just fine. Something with the initialisation?

-ak