I may be wrong, but that could be on linux implementations...I don't recall any case sensitivity on Windows.
Eric -------------------------------------------------- From: "denstar" <[email protected]> Sent: Wednesday, November 25, 2009 9:14 PM To: "cf-talk" <[email protected]> Subject: Re: ARGUMENT scope case > > I thought that using the bracket notation would keep case? > > something["ThisThenLooksLikeThis"] > > vs something.THISTHENLOOKSLIKETHIS > > I could be mixed up tho. > > -- > If you think in terms of a year, plant a seed; if in terms of ten > years, plant trees; if in terms of 100 years, teach the people. > Confucius > > On Wed, Nov 25, 2009 at 6:22 PM, Matt Quackenbush wrote: >> >> Love it or hate it, ColdFusion has, for as long as I can remember (v. >> 3?), >> UPPERCASED variable names and struct keys. Since this is a known thing, >> you >> can work around it by using either Lcase() or Ucase() where appropriate > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328720 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

