[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua_next probles
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 25 Sep 2007 11:52:22 -0300
Try lua_isnumber first... lua_isstring is converting the numerical keys
into strings... Actually, use a switch on lua_type.