Forum Moderators: coopster
I want to add the data to a text file so that users can download the file. But I cant figure out how to get each individual function to add data to the same file as the script runs.
Do I need to create a new text file for each function or is there a way for all of them to keep appending to the same text file until the script finishes so that users dont have to download multiple files?
Thanks.