POV-Ray : Newsgroups : povray.general : Problem with file #read  : Re: Problem with file #read Server Time
30 Jul 2024 02:27:51 EDT (-0400)
  Re: Problem with file #read  
From: Adam
Date: 27 Jan 2010 16:02:14
Message: <4b60a9d5@news.povray.org>
bart wrote:

>  >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.

Now I understand. Thanks Bart !


Post a reply to this message

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