POV-Ray : Newsgroups : povray.general : Problem with file #read  : Re: Problem with file #read Server Time
30 Jul 2024 02:15:32 EDT (-0400)
  Re: Problem with file #read  
From: bart
Date: 27 Jan 2010 14:48:41
Message: <4b609899@news.povray.org>
>No, I don't understand.  See below that Myfile
 >is opened and closed for the #write.  And that
 >Infile is opened and closed for the #read.

You use "MyFile" to open,
but "Myfile" to close,
POV-Ray identifiers are case sensitive,
and hence file "MyFile" is still open.
Again, if we replace "#fclose Myfile"
with "#fclose MyFile" it works as it should.


Post a reply to this message

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