lua-users home
lua-l archive

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


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