Just a cautionary word: that works wonderfully for straight output, but if you were to do say a listFind() on the altered list, CF wouldn't find the item you were searching for unless you prepended it with a space (e.g. listFind(myList, ' myString') ). But for output, it certainly is a whole lot more readable. :-)
Matt I like using valuelist(), but it messes up the display because it crunches > the list items together, no spaces after the comma. > > So I tried this and it worked. Had no idea... > > <cfset voicingList = ValueList(getVoicings.voicingname, ", ")> > > Just thought I'd post it in case anyone else ran into the same problem. > > Will > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271674 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

