[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua persistent tables
- From: Steven Frank <stevenf@...>
- Date: Tue, 18 Mar 2003 22:02:49 -0800
On Tuesday, March 18, 2003, at 12:26 AM, Ben Sunshine-Hill wrote:
Search the list archives for "proxy tables"... the basic idea is that
everytime an element gets added, the metamethod moves it out of the
table and
into another one.
Perfect!
http://lua-users.org/lists/lua-l/2003-01/msg00400.html
This seems to do exactly what I need.
Thanks very much!
Steven
http://stevenf.com/