Gary, >That has cleared it up a bit. I wasn't too aware of a "valid variable >name" constraint, but I am now. In the code I changed MyQueryArray[1] to >MyQueryArray.1 and it works. Curious. This will definitely be something >I'll look out for in future.
I'd avoid the MyQueryArray.1 syntax and stick to creating a reference variable (i.e. <cfset qCurrentQuery = MyQueryArray[1] />) I just wouldn't trust the "MyQueryArray.1" syntax to always work in CFMX. In the past this syntax hasn't worked--throwing an error that "1" is an invalid name. I could see it throwing errors in the future too. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269637 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

