lua-users home
lua-l archive

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


I'm having a problem accesing lua tables (multi dimensional).  I can 
access a simple table no problem but get nil accessing a table such 
as this:

t = {{f="f1", s="s1"}, {f="f2", s="s2"}}

however accessing this type of table i have no problem:

t = {f="f1", s="s1"}

can anyone help or point me in the right direction.

thank you