<cfquery name="queryname" datasource="datasource"> select payment from tbl_apps </cfquery>
<cfparam name="paymentlist" type="string" default=""> <cfoutput query="queryname"> <cfset thelist = listappend(paymentlist, payment, ",")> </cfoutput> <cfoutput>#paymentlist#</cfoutput> ----- Original Message ----- From: "Mark Leder" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 2:22 PM Subject: RE: Comma Delimted list from CFLoop ML> How come I can't get the commas (which will separate the values) to ML> work? I've tried both adding the delimiters statement to both the ML> Valuelist statement and/or to the loop statement with no results. ML> ML> Help! ML> ML> Thanks, ML> Mark ______________________________________________________________________ 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

