[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What am I doing wrong with tonumber?
- From: Sam Roberts <vieuxtech@...>
- Date: Tue, 15 May 2012 08:48:47 -0700
On Tue, May 15, 2012 at 8:36 AM, Tim Channon <tc@gpsl.net> wrote:
> I don't understand what is going on here with 5.1
You didn't say what part you don't understand.
The results for "na" and "n" look wrong, check the behaviour of
strtoul() on your system, and see the lua src for definition of
tonumber (luaB_tonumber).
Sam