livingenzyme
Technical User
Output to file is easy. What I'm trying to do is output to the end of the file so that nothing that was already in the file is lost. Say I have a hypothetical file a.txt. Everytime I run my program, I want it to output certain info to a.txt at the end of the file for record keeping. How do I do this? In other words, I don't want to lose any preexisting info in file a.txt.
Many thanks.
Many thanks.