This works.

 <cfset sText = "Green Acres &nbsp; USA">
 <cfset sNewText = Replace(sText, "&nbsp;", "|")>
 <cfset vText = ListToArray(sNewText , "|")>
 #ArrayLen(vText)#<br>
 #vText[1]#<br>
 #vText[2]#<br>

----- Original Message ----- 
From: "Matthew Walker" <[EMAIL PROTECTED]>


ListToArray(sText , "&nbsp;") would make "&", "n", "b", "s", "p", and ";"
all delimiters.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to