Re: How can I detect duplicate field names?
[
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: 2008年3月27日 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...