try this: <CFOUTPUT QUERY="GetBoth" GROUP="directory"> <cfset variables[directory] = ""> <CFOUTPUT><cfset variables[directory] = listappend(variables[directory], name)></CFOUTPUT> <br>#directory# list: #variables[directory]# </CFOUTPUT>
Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 23/09/2009 03:24, funsho wrote: > <CFOUTPUT QUERY="GetBoth" GROUP="directory"> > <br><B>#GetBoth.directory#</B></FONT><br> > <CFOUTPUT>#GetBoth.name#<BR></CFOUTPUT> > </CFOUTPUT> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326514 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

