M
Mota
Hi;
I have a text file prepared by this code:
Open [FilePathAndName.txt] for Output As #1
Print #1,[something]
....
close #1
In another process and to complete this file i have to add </Y> at the
bottom of the file.I mean after closing the file.How to do that without
clearing the pre-written data in file?
Thank you for your help.
I have a text file prepared by this code:
Open [FilePathAndName.txt] for Output As #1
Print #1,[something]
....
close #1
In another process and to complete this file i have to add </Y> at the
bottom of the file.I mean after closing the file.How to do that without
clearing the pre-written data in file?
Thank you for your help.