in reply to Re^3: Reading concurrently two files with different number of lines
in thread Reading concurrently two files with different number of lines

Thanks for the details. In the end, I already had my line to be compared in an array, so I just ended up using string comparison.

I gave my "solution" below following my code working great here :)

  • Comment on Re^4: Reading concurrently two files with different number of lines