try: <cfset myList = "test1 test2 test3">
<cfset newList = listchangedelims(myList,"-"," ")> <cfoutput>#mylist#, #newlist#</cfoutput> On 8/31/06, Doug Brown <[EMAIL PROTECTED]> wrote: > Say I have a list > > <cfset myList = "test1 test2 test3"> > > What list function would I use to make it > > test1-test2-test3 > > > Sorry for the newb question!! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251593 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

