-
Hiya, what I want to do is output a series of string variables to a simple .txt file. I know how to do this, but the problem is it outputs the "" marks as well. I want to get rid of these as they can't be read by another program that reads the text file. However the program I'm writing must be able to read the values in the file back as strings. Can anyone help?
Thanx in advance,
Matt
-
How are you writing the file? Try using "Print #" instead of "Write #" ???
------------------
* * * * * * * * * * * * * * * * * * * * * *
AndyC
London
email: [email protected]
* * * * * * * * * * * * * * * * * * * * * *
-
Thanx very much, works a treat!