Replace " with "

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Greetings,

I am trying to replace " with "

If it's not coming up correctly in my post. I want to replace all left
double-quotes (and right-double-quotes) with normal double-quotes (Chr(34)).

Is there a chr code for left double-quotes (and right double-quotes)?

Dim newstring as string = replace(oldstring, ???, chr(34))

Thanks,

-Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top