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