I am logging values to a number of spreadsheet files (200) over time.
I want to limit the file size (to either a number of lines or a particular size?) so I don't end up filling up the disk if the files aren't checked for a while.
Is there a (simple?) way to limit file size, a bit like creating a FIFO buffer of a particular size?
In a self-written log-library, first I check the size of the log-file. If it exceeds a certain size, I copy it to a backup-file and delete it afterwards. Then a new log-file is created.
Thomas
Using LV8.0 -------------------------------------------------------------------- Don't be afraid to rate a good answer... 😉 --------------------------------------------------------------------