Hi Chris, You need to escape the hash with another hash:
<cfset VARIABLES.portfolio = replace(VARIABLES.portfolio, "&##8226;","","ALL")> Cheers, Adam -----Original Message----- From: Chris Ellem [mailto:[EMAIL PROTECTED] Sent: Friday, 16 November 2007 1:53 PM To: cfaussie Subject: [cfaussie] Replace String containing a hash symbol Hi, I have done this before I just cant find the piece of code. This is what I want to do. I just need the correct syntax. <cfset VARIABLES.portfolio = replace("#VARIABLES.portfolio#", "•", "","ALL")> Thanks In Advance Regards Chris Ellem Flex Factory --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
