Bryan, its cool, I get that part... What I don't follow is why this works: <cfset MaxValue = ArrayMax( qData[ "value" ] ) />
<cfset lstValues = ValueList( qData.value ) /> .... But this Throws errors: <cfset MaxValue = ArrayMax( qData.value ) /> <cfset lstValues = ValueList( qData[ "value" ] ) /> They appear to be the same thing, but throw error simply on syntax?? ....................... Ben Nadel www.bennadel.com -----Original Message----- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 4:18 PM To: CF-Talk Subject: Re: Cool feature I didn't know about Ben...you can go as far as referencing a column in a specific row of a query using the array notation Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247690 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

