On Friday, 5 January 2018 at 09:09:00 UTC, Vino wrote:
Thank you very much, can you suggest the best way around this issue.

What exactly are you trying to do in Master()? The code seems very broken. Each time you write read[i] is will call read() and read the whole file, you're going to read the file so many times in this code. I don't think that was the intent.

Reply via email to