[<<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.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson