Try y<cfset temperature = leak2[getKey2][3]> or <cfset temperature =
"#leak2[getKey2][3]#">

No ## when you
-----Original Message-----
From: Ray Bujarski [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 11:43 PM
To: CF-Talk
Subject: Structure of Arrays: more about my error with


I forgot to mention in my last email that I can output:
#leak2[getKey2][3]#
but when I try
<cfset temperature = #leak2[getKey2][3]#>
I get that error
You have attempted to dereference a scalar variable of type class
java.math.BigDecimal as a structure with members.
I got it to run actually once by putting "float" in front of it in a
cfscript???! But that was a fluke, it errored out as soon as I hit
reload.
<cfscript>
float temperature = #leak2["#getKey2#"][3]#;
</cfscript>

I know someone out there is kind of cf data structures, please help.

Thanks,
Ray


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138406
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

ColdFusion MX 6.1, now 2.5 times faster. 
http://www.macromedia.com/software/coldfusion/productinfo/upgrade/jump/introducing.html?trackingid=ColdFusion_468x60g_HouseofFusion_carat_082803

Reply via email to