View Single Post
05-11-2011, 08:17 PM
#3
jimmykup is offline jimmykup
Status: I'm new around here
Join date: Apr 2010
Location:
Expertise:
Software:
 
Posts: 11
iTrader: 0 / 0%
 

jimmykup is on a distinguished road

  Old

Thanks for the reply.

That page discusses how to write a double quote to the screen. Unfortunately it doesn't work for my case. Here's the code I'm using.

Code:
strOutput = Replace(strOutput, "chr(34)", """)
This does not work for me. For whatever reason the ASP fails to find the double quote when it searches for "chr(34)" as that site suggests using. Just seems like "chr(34)" doesn't work for a find and replace because it's looking for "chr(34)" when in it should really just be looking for a " .

Any ideas?

Also, trust me, I'd prefer to not work in ASP. Unfortunately that's what I'm stuck with at my job. They're moving to .NET but it's taking a while.

Reply With Quote