POV-Ray : Newsgroups : povray.unofficial.patches : Will someone explain ??? Server Time
1 Sep 2024 18:15:02 EDT (-0400)
  Will someone explain ??? (Message 1 to 2 of 2)  
From: Jan Walzer
Subject: Will someone explain ???
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

From: Nathan Kopp
Subject: Re: Will someone explain ???
Date: 16 Nov 2000 01:12:00
Message: <3a137ab0$1@news.povray.org>
"Jan Walzer" <nos### [at] informatikuni-hallede> wrote...
> ... or is it a bug ???
>
> seen in MP06 and MP06a ...
> but I think it is since MP01 ...
>
>
> #declare A=array[100];
> #declare B=0;

Please read "Is it a BUG ??? declaring of Variables ..." (and the various
replies) posted 11/2/00 (just a few days ago).

-Nathan


Post a reply to this message

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