Free Pascal Lazarus Program Tutorial 32 - Reading Text Files

This video shows how to read from a text file. The eof is end of file. The computer can check to see if the end of file is reached. By using a loop, a program can read all text in the file until the eof is reached. The text file used in this tutorial was created in Tutorial 31.
Back to Top