POV-Ray : Newsgroups : povray.general : Problem with file #read  : Re: Problem with file #read Server Time
30 Jul 2024 02:26:46 EDT (-0400)
  Re: Problem with file #read  
From: bart
Date: 27 Jan 2010 14:13:25
Message: <4b609055$1@news.povray.org>
>I can't seem to #read using close to the example in
 >the Documentation. The example below errors that var2
 >is an undeclared identifier.

The reason is that the MyFile (I mean your file) is still open.
   Just use #fclose MyFile
instead of #fclose Myfile


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.