I would like to know what should I do to be able to write in a text file ?
I know how to open a text file :
Open "c:\temps" For Input As #1 ' Open file.
I know how to read a line in text file :
Line Input #1, TextLine ' Read line into variable.
But I don't know how to WRITE in a text file !
Help me plz !
I know how to open a text file :
Open "c:\temps" For Input As #1 ' Open file.
I know how to read a line in text file :
Line Input #1, TextLine ' Read line into variable.
But I don't know how to WRITE in a text file !
Help me plz !