Re: Lua.NET : How to use hexa decimal numbers
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua.NET : How to use hexa decimal numbers
- From: Asko Kauppi <askok@...>
- Date: Fri, 5 Oct 2007 09:12:24 +0300
Lua 5.1.2 Copyright (C) 1994-2007 Lua.org, PUC-Rio
> = 0x12345678
305419896
I don't know about Lua.NET though; the behaviour actually comes from
a C library function, but is documented for Lua.
Do you need 32-bit or 64-bit figures?
Lythoner kirjoitti 5.10.2007 kello 8:31:
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