My program needs to gather data then email it out at midnight. once its emailed it needs to to open a new text file that collects data. How would I do that? I figured I could use some file.close method to close it then use file.appendalltext to a new text file.




Reply With Quote