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: Thomas de Groot
Date: 27 Jan 2010 03:22:07
Message: <4b5ff7af$1@news.povray.org>
"Adam" <ahc### [at] ihugconz> schreef in bericht 
news:4b5fee46@news.povray.org...
>[...]
> #write(MyFile,"\"ShapesA\",",xf1,",",xf2,",",xf3,",",xf4,",",xf5"\n")
>[...]

I think there is a " missing after ShapesA\" in the line above. It should 
probably be:

#write(MyFile,"\"ShapesA\"",",xf1,",",xf2,",",xf3,",",xf4,",",xf5"\n")

I don't know if this will fix the problem though.

Thomas


Post a reply to this message

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