lua-users home
lua-l archive

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


On Mon, 18 Apr 2011 12:13:03 +0200, Gilles Ganault
<gilles.ganault@free.fr> wrote:
>split() returns a table, so it looks like Lua expects a different
>syntax when reading from a table?

Found it: I must use ipairs() to get to the elements of the table.