[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Oops. Was Re: Problem with Lua 5 table handling
- From: RLake@...
- Date: Mon, 31 Mar 2003 08:30:06 -0500
Once again, I hit send too soon.
I take back large parts of the previous message... foreachi does indeed
work as documented. Sigh. It is too early in the morning.
I stand by the following:
1) The trick to use arg to set the "n" field
2) The __newindex method to update table size if that is what you want (and
not otherwise).