Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> error 02 file not open for input pp 327</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 02                  File Not Open For Input                    pp 327


 Source:   IOResult

 Cause:    1)  You are attempting to use READ or READLN on a file before
               a RESET or REWRITE was issued to that file.
           2)  You are attempting to read from a text file that was prepared
               with REWRITE and thus is empty.
           3)  You are attempting to read from the LST: device which is an
               output only device.


 ----------------------------------------------------------------------------


 Remedy:   Examine the statement ahead of the error cursor for the above
           conditions.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson