[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Proposal: lua_pushsnumber
- From: "paulmatthews" <paulmatthews@...>
- Date: Sat, 27 Jul 2002 23:27:16 -0000
> lua_pushnumber(L, atoi(s));
>
> Or have I misunderstood the problem...
>
lua_pushnumber(L,atoi("Hello")) ==> pushes 0
lua_pushsnumber(L,atoi("Hello")) ==> would push nil
--
PM