Escape it before running the list function..
<cfset htmlCode = replaceNoCase(htmlCode,"#","##")>

I know this probably isn't what you want to do, but it's the first thing
that comes to mind.

-- 
Billy Cravens
[EMAIL PROTECTED]



sebastian palmigiani wrote:
> 
> I have turned HTML code into a list with ">" as the delimiter. There are #
> signs in the HTML code for the colors. How do you escape the # signs in the
> HTML code without manually changing it into ##. Using the List functions
> generates an error when # is encountered.
> 
> Sebastian
> 
> ------------------------------------------------------------------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to