K so here is the code I am using:
Open Me.CommonDialog1.FileName For Append As #1
Write #1, txtGen.Text
Close (1)
commondialog1.filename is replaced where the user wants to save the file of course & txtGen.text is the text field of information to be stored.
But everytime it writes to the txt file it puts the information in quotes and that just won't cut it for what I want. I need it quoteless.
2007-08-12
17:37:40
·
3 answers
·
asked by
Paul K
1
in
Computers & Internet
➔ Programming & Design