Saving data to txt file - how long does it take for the data to show up in the file
in
Programming Questions
•
5 months ago
Dear Community,
I am saving data to a file with the following command
output = createWriter("log.csv")
I am also using the flush and close commands.
What I have noticed is that only when I stop the program the data gets written to the file.
So my first question is, how often the data gets recorded using the createwriter() comand without stopping the execution of the program.
Thank you very much,
Luis
I am saving data to a file with the following command
output = createWriter("log.csv")
I am also using the flush and close commands.
What I have noticed is that only when I stop the program the data gets written to the file.
So my first question is, how often the data gets recorded using the createwriter() comand without stopping the execution of the program.
Thank you very much,
Luis
1