[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to enumerate a Lua table in C++?
- From: Drake Wilson <drake@...>
- Date: Thu, 25 Nov 2010 05:34:49 -0700
Quoth Gopalakrishnan Subramani <gopalakrishnan.subramani@gmail.com>, on 2010-11-25 17:38:41 +0530:
> Thanks for example. I feel difficult to understand the enumeration. Based on
> a example, I could iterate a table in Lua.
Use lua_next, which is described quite well in the documentation,
which you show no sign of having read, because _there is an example
right there_.
http://www.lua.org/manual/5.1/manual.html#lua_next
---> Drake Wilson