i should be able to do that too... isn't? (in CF7 works, in CF8 not)
<cfdump var="#myQuery.Advanced[2][2]#"> <cfdump var="#myQuery.Advanced[2][2].lastname#"> and results should be struct CITY Torino FIRSTNAME Alessandro LASTNAME Del Piero and "Del Piero"... what strange is that in CF8 id i try <cfdump var="#myQuery.name[2]#"> i get "CFCs for Enterprise Applications" :-? > -----Ursprüngliche Nachricht----- > Von: Adrian Lynch [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 10. November 2008 17:27 > An: cf-talk > Betreff: RE: struct/query strange behaviour > > That's not true of [] syntax. > > someStruct["this is one funky key!"] > > Adrian > Building a database of ColdFusion errors at http://cferror.org/ > > -----Original Message----- > From: Azadi Saryev > Sent: 10 November 2008 16:09 > To: cf-talk > Subject: Re: struct/query strange behaviour > > > if you give your struct keys valid cf names then you should be ok... > > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com/ > > > > to wrote: > > hi all, > > > > > > i'm wondering if this has also happened to you (see code below) > > > > myQuery.Advanced[2] in CF7 results in a struct with "Totti" > & "Del Piero", > > but in CF8 gets "Lemont" > > > > what funny is that structcount result is 3 (!?!?) > > > > any suggestions? > > > > TIA, T. > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315030 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

