Just a thought, but does this work? <cfset temperature = "#leak2[getKey2][3]#">
-- mailto:[EMAIL PROTECTED] Thursday, September 25, 2003, 12:43:26 AM, you wrote: RB> I forgot to mention in my last email that I can output: RB> #leak2[getKey2][3]# RB> but when I try RB> <cfset temperature = #leak2[getKey2][3]#> RB> I get that error RB> You have attempted to dereference a scalar variable of type class RB> java.math.BigDecimal as a structure with members. RB> I got it to run actually once by putting "float" in front of it in a RB> cfscript???! But that was a fluke, it errored out as soon as I hit RB> reload. RB> <cfscript> RB> float temperature = #leak2["#getKey2#"][3]#; RB> </cfscript> RB> I know someone out there is kind of cf data structures, please help. RB> Thanks, RB> Ray RB> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138401 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://affiliates.macromedia.com/t.asp?id=2439&p=go/dr_text_aff1

