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
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