I've run out of ideas in how to fix this situation: Another application that uses the "plus" sign as a delimiter links to my site with a variable called "search".
It seems ColdFusion replaces the "+" sign with spaces before I can get at the variable values from a URL. It's only a problem if a value in the list already had spaces, like: search=liver+diet and nutrition+eyes When I do a cfdump on the variable "search", I get: liver diet and nutrition eyes Looping through the list with the delimiter "+" or " " or "," displays the same as the dump. How can I make the values separated properly by a comma, like: liver,diet and nutrition,eyes Help! and Thanks. Joy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278585 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

