----- Original Message ----
From: Evan DeMond <
[email protected]>
To: Lua list <
[email protected]>
Sent: Thursday, March 27, 2008 4:27:30 PM
Subject: Re: How can I detect duplicate field names?
Oh, and of course, you'll have to exchange the table constructor syntax for something like:
guarded_config = MakeGuarded(some_config_table)
guarded_config.x = 1
guarded_config.y = 2
etc...