[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Example of Lua: decimal to hex conversion
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 2 Sep 2004 08:54:47 -0300
> All working examples I found were larger and/or messier than what I worked up
Have you tried string.format("%x",...) ?
--lhf