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 03 file not open for output pp 327</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 03                  File Not Open For Output                   pp 327


 Source:   IOResult

 Cause:    1)  You are attempting to use WRITE or WRITELN 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 RESET.
           3)  You are attempting to read from the KBD: device which is
               an input 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