|
|
||
|
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..