Bracket notation is much prettier. You may need to Alias your query columns though.
SELECT [1] AS One > Use bracket notation: > > <cfset col = 1> > <cfoutput>#foo[col][1]#</cfoutput> > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

