Replacing #38; with

2007-06-28 Thread Scott Stewart
cfset thisTerm = Replace(thisTerm, ##38;, , all) I'm using this code to attempt to replace #38; with because ; is also a list delimiter in the array that this is being inserted into It screws up the looping, without making this change.. My problem is this: If I escape the pound sign ##

Re: Replacing #38; with

2007-06-28 Thread Claude Schneegans
cfset thisTerm = Replace(thisTerm, ##38;, , all) You have a space before in the first string, and not in the second. Is it on purpose? Could it be the source of your problem. -- ___ REUSE CODE! Use custom tags; See

RE: Replacing #38; with

2007-06-28 Thread Scott Stewart
In the actual code the space isn't there, it's prolly a fat finger error on my part. -- Scott Stewart ColdFusion Developer SSTWebworks 7241 Jillspring Ct. Springfield, Va. 22152 (703) 220-2835 http://www.sstwebworks.com -Original Message- From: Claude Schneegans [mailto:[EMAIL

Re: Replacing #38; with

2007-06-28 Thread Claude Schneegans
It screws up the looping, without making this change.. Ok, which looping? Can you show a bit more of the code? ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful, scalable RIAs. Free Trial

RE: Replacing #38; with

2007-06-28 Thread Scott Stewart
I got it, I was looking in the wrong place sas -- Scott Stewart ColdFusion Developer SSTWebworks 7241 Jillspring Ct. Springfield, Va. 22152 (703) 220-2835 http://www.sstwebworks.com -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28,