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 65 untyped files not allowed pp 323</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 65                 Untyped Files Not Allowed                   pp 323

 Source:  Compiler

 Cause:   Current operation requires Block procedures.

 Remedy:  Examine the statement ahead of the error cursor for the above
          condition.  Verify the file type declaration.


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


 Example:
        VAR
          FileVar : File   ;  { Declare an Untyped file               }

       BEGIN
          Write  (FileVar) ;  { Wrong - requires Block operations }
          ReadLn (FileVar) ;  { Wrong - requires Block operations }
       END.

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