Quote:
I have been using the Print and the Write but both seem to add a blank line to my final file. How do i get rid of this blank line or stop my code putting it there. Can i use the write statement when i am reading in a string already in quotation marks. The other prob i have is if i use write i get the following in my final text file.
"[One]"
"""02/11/1999"",""09:30:00"",1,6,89.94,6,2,59.98,2"
I don't want "" around the header or the date/time or around the whole line
Here is the answer to your second Q: