> -----Original Message----- > From: Raymond Camden [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 10, 2002 12:07 PM > To: CF-Talk > Subject: RE: dynamic valuelist > > > Of course, in CFMX, you can treat query columns as arrays, so you don't > need evaluate there at all: > > <cfset colA = arrayToList(x["a"])> > > (where x is the query and "a" is the dynamic column) >
It's also worth noting that this technique works with ColdFusion 5.0 as well. I don't know about 4.x versions, however. -Andy ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

