lua-users home
lua-l archive

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


Hi,

How can I list a table if I don't know the actual index values...

database = {}
obid = "entry"
obkey = "name"
obvalue = "Limbo"
database[obid .. obkey] = obvalue



Now, I want to save database between runs, and I want to be able to print out database..