Okay, I stand corrected.... :P
On Fri, 25 Feb 2005 11:00:20 -0500, Jim Davis <[EMAIL PROTECTED]> wrote: > > -----Original Message----- > > From: JediHomer [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 25, 2005 8:47 AM > > To: CF-Community > > Subject: Re: Structures Preserving Case > > > > I beleive if you reference the structure like > > > > strFoo = StructNew(); > > strFoo.Foo1 = "jedi"; > > > > Then the key will always be reported as FOO1, however if you set the > > structure like > > > > strFoo["Foo1"] = "jedi"; > > > > then the returned key will be Foo1 > > True Dat. > > Using array notation with structs will preserve the case of the keys. > > Jim Davis > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:148430 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
