I tried using ListChangeDelims but couldn't get it to do what I needed so I went to replacing chars. Now I have it as: <cfset "1,2,3,4|more|years?|ugh,5> And when I go to display item 4 for any reason or query with it, I change it then with a replace(the_item,"|",",","All") That was the ugly answer but it worked.
Thanks everyone. > I would replace all commas in the values by pipe characters, then have > a comma separted list... > Then in the template processing the form, replace the comma delimiter > by another character, > and all pipes back to commas. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191981 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

