Has anyone had any experience reading and writing strings to and from a file in VB?
When I write a string variable to a file it puts quotes around the line.
THen when I read it back, the quotes are there. How do I strip the quotes or make it so that the quotation marks are not there when I write to the file?