Doug Brown wrote: > Say I have a list > > <cfset myList = "test1 test2 test3"> > > What list function would I use to make it > > test1-test2-test3
Dave, I realize your question has already been answered by thousands of vigilant readers here so... Here's a newbie tip for you. Coldfusion functions are divided into categories, like list functions, array functions, math functions, string functions, etc. So you google for "coldfusion version 7 list functions" and the livedocs page that comes up will be of great service to you. http://www.google.com/search?q=coldfusion+version+7+list+functions The very first google result is the page I'm referring to, and it would be easy to answer such a question by looking at the list of available functions. Good luck! Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:251625 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

