[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Proposal: lua_pushsnumber
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 25 Jul 2002 11:36:21 -0300 (EST)
What about this?
lua_pushstring(L, s);
n = lua_tonumber(L, -1);
-- Roberto