ah, so its a FOL? its not a big problem, and in fact I have got around it by using a different variable for it... and not using the Application["Name"] variable.
N -----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 21 August 2002 13:00 To: CF-Talk Subject: RE: Structures : Capitalizing 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 > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

