POV-Ray : Newsgroups : povray.beta-test : known bugs 28 Jan 2002 : Re: known bugs 28 Jan 2002 Server Time
30 Jul 2024 00:22:14 EDT (-0400)
  Re: known bugs 28 Jan 2002  
From: Simon Adameit
Date: 31 Jan 2002 14:19:58
Message: <3c5998de@news.povray.org>
> > Problem with #read

The following code produces this error:

 #local ohh=ahh <----ERROR
Parse Error: Cannot assign uninitialized identifier.


Code:

#fopen wfile "nothing.txt" write
#fclose wfile

#fopen rfile "nothing.txt" read
#read(rfile,ahh)
#ifdef(ahh)
  #local ohh=ahh;
#end
#fclose rfile


Post a reply to this message

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