POV-Ray : Newsgroups : povray.unofficial.patches : Will someone explain ??? : Will someone explain ??? Server Time
1 Sep 2024 20:18:32 EDT (-0400)
  Will someone explain ???  
From: Jan Walzer
Date: 15 Nov 2000 16:39:12
Message: <3a130280@news.povray.org>
... or is it a bug ???

seen in MP06 and MP06a ...
but I think it is since MP01 ...


#declare A=array[100];
#declare B=0;

this will work ....

but :

#declare A=array[100];
$B=0;

gives me an error at the $-sign ...

I think the parser doesn't like the conjuction between
array[100]; and $
when I have declared one non-array-variable after the array i can
use the $-declaration without problems but the first one after
the array has to use "#declare" ...

Is this right or was it my fault ???

Jan ...

--

 ,',    Jan Walzer      \V/  http://wa.lzer.net     ,',
',','   student of      >|<  mailto:jan### [at] lzernet ',','
  '   ComputerScience   /A\  +49-177-7403863         '


Post a reply to this message

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