On Monday, 8 August 2022 at 02:45:54 UTC, Steven Schveighoffer wrote:

And now, you tried to read it again! Which means you are trying to read more data from an empty stream.

You need to either a) reopen the file, or b) do both in the same loop.


-Steve

Steve! You are Legend!
**Thank you**.
It is obvious now the second `foreach` is reading from an empty stream!

Regards,
ikel

Reply via email to