I have the following line in a data file:
Movie on 2 CDs2 CDsAction movie that\'s longer than the other one
When I wrote the file the backslash was automatically put in. Trouble is, whenever I print that string variable in Internet Explorer the backslash is displayed, which I don't want!
Is there a way to prevent this character from being written to the data file or to remove it when reading the file or printing the string variable?