lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


What about this?
  lua_pushstring(L, s);
  n = lua_tonumber(L, -1);

-- Roberto