Hello friends,
I learned the hard way not to open the same file with multiple filehandles at the same time and try to write to it. (happened on opening the script more than once)
Now the question is: What happens If I have more than one script that tries to write into a logfile with _FileWriteLog()? Will there be data loss or is the function programmed that it will wait until the file wil be closed (from another PC?)?
Any ideas?
Thanks.