[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How can I detect duplicate field names?
- From: "Evan DeMond" <evan.demond@...>
- Date: Thu, 27 Mar 2008 16:27:30 -0400
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...