lua-users home
lua-l archive

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



Can a table be used as an index? What 'value' does that have (i.e the serialized table?)

Yes. The value is the reference to the table; tostring() gives "table: 0x*****" with ** being the hexadecimal value of the memory address.

--
Oliver