[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Q: accessing lua table from "c"
- From: "goldomyer" <lmyers11@...>
- Date: Fri, 14 Jun 2002 03:53:47 -0000
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