Accesing tables within tables
Posted: Tue Feb 12, 2013 8:10 pm
One simple question:
Can I have a table
t1 = {boo = true, foo = false]
include that table within another table
t2 = {x=0, y=0, t1}
???
How do access to all members in t2?
Hope you understand.
Can I have a table
t1 = {boo = true, foo = false]
include that table within another table
t2 = {x=0, y=0, t1}
???
How do access to all members in t2?
Hope you understand.