finitesimian
Programmer
I'm trying to make a script that writes to a txt file on my desktop. I've figured out the script for opening/closing and writing to the txt document, but I'm needing it to do a couple of other things:
1. write each new expression to a new line (next line down) instead of overwriting the existing occupied lines on the .txt file.
2. If possible, write without quotation marks/delimiting characters.
also-- I could have sworn I saw a code here a while back for writing to an open document, but I was never able to find that thread.
1. write each new expression to a new line (next line down) instead of overwriting the existing occupied lines on the .txt file.
2. If possible, write without quotation marks/delimiting characters.
also-- I could have sworn I saw a code here a while back for writing to an open document, but I was never able to find that thread.