How can I read a file which contains more EOF chars (ascii 26) into a stringlist? using read or blockread does not work so far, since these functions stop reading at the first EOF char found and the rest of the file conatining some EOF chars is not read in anymore.