G
Guest
Hello:
I am reading from a CSV file into a variable.
The variable reads as ""My data"" since the file contains "My data"
How do I get rid of the embedded double quotes?
I tried
myString.Replace(chr(34), "")
It did not work even though Chr(34) occurs at 0 and 8.
Help would be appreciated.
venki
I am reading from a CSV file into a variable.
The variable reads as ""My data"" since the file contains "My data"
How do I get rid of the embedded double quotes?
I tried
myString.Replace(chr(34), "")
It did not work even though Chr(34) occurs at 0 and 8.
Help would be appreciated.
venki