> -----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





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:148400
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=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to