[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Tables?
- From: Ron Hudson <ron.hudson@...>
- Date: Tue, 2 Aug 2005 09:11:10 -0700
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..