This is no longer the case in CFMX. As it stands, if the orig case is important, store a copy:
<cfset s = structNew()> <cfset s[name] = structNew()> <cfset s[name].whatever = whatever> <!--- copy for case ---> <cfset s[name].name = name> ======================================================================= Raymond Camden, ColdFusion Jedi Master for Hire Email : [EMAIL PROTECTED] Yahoo IM : cfjedimaster "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Robertson-Ravo, Neil (REC) > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 21, 2002 7:53 AM > To: CF-Talk > Subject: RE: Structures : Capitalizing > > > ah, it seems that its CF capitalizing it as soon as I place > it into the > <cfapplication name attribute.... > > very very annoying.... > > Neil > > > > > -----Original Message----- > From: Robertson-Ravo, Neil (REC) > [mailto:[EMAIL PROTECTED]] > Sent: 21 August 2002 12:49 > To: CF-Talk > Subject: Structures : Capitalizing > > > Anyone know a workaround to why I am entering a value into a > structure as > mixed case but is being displayed as uppercase within the structure? > > N > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

