in reply to Re: Error message while reading from file
in thread Error message while reading from file

generaly, this is not a good idea as it will read the full file in memory and if the file is too big you can run out of RAM.
  • Comment on Re^2: Error message while reading from file