G
Guest
Hi everyone. i'm using the following code to output to a text file
Open "C:\file.txt" For Output As #1
Write #1, string1
Write #1, string2
Close 1
This works well except for one problem the Write command seems to put
quatation marks around the strings("") is there a way to get rid of them or
another function i could use to output strings to files??
Open "C:\file.txt" For Output As #1
Write #1, string1
Write #1, string2
Close 1
This works well except for one problem the Write command seems to put
quatation marks around the strings("") is there a way to get rid of them or
another function i could use to output strings to files??