I am trying to read a text file and wish to replace all occurences of double quotes with a single quote.
I have tried :
Replace(textstring , " \" " , " ' ")
Replace(textstring , ' " ' , " ' ")
But get an error.
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |