I am trying to find out if there is any way to write data onto an existing data file as a new line. I currently write one line of data at a time, reposition my test set-up and then re-run the same test. Instead of writing a new file each time I run my test and copy and pasting them together later on, I was wondering if there is a way to open an existing file, read the data that exists and then add a new line of data while keeping the old data. If anyone has advice or has a quick solution, please let me know. Thanks