lua-users home
lua-l archive

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


Hi All,

We use Lua as a configuration as well as do some programming with it.
Our configuration can consists of tens of thousands lines and derived from an C interface.

We use Hexa decimal constants heavily in our C interface and also the same Hex code has been used in specification too.

Now how to use the HEX constants in Lua.NET?

Regards,

Lythoner