I have a table that contains other tables as elements.
If I do:
print ("Type: " ..type(mytable.E1.E2.E3))
I get: “table”
The problem I have is that I know E3 contains a table and I know that that table itself has about 10 elements.
If I do:
print("Size: " ..#mytable.E1.E2.E3)
I get: “0”
How do I get the number of elements within the table stored in E3? [import]uid: 31718 topic_id: 8023 reply_id: 308023[/import]