anybody ever had any problems using the write # statement with a string that contained double quotes "?

i see that it writes it to the file like..

"this is ""my"" text"

but when it goes to read it with input #, it fails to do so correctly