POV-Ray : Newsgroups : povray.advanced-users : ifdef() : Re: ifdef() Server Time
28 Jul 2024 20:30:47 EDT (-0400)
  Re: ifdef()  
From: Marc Roth
Date: 3 Mar 2004 11:48:38
Message: <40460c66@news.povray.org>
Jaap Frank wrote:

> Hello,
> 
> I'm using the following construct for my code:
> 
> #declare A = array[2];
> #declare B = array[2];
> 
> #declare B[0]=A;
> #declare B[1]=A;
> #declare B[0][0] = 18;

why don't you use a two-dimensional instead of asigning one array to the 
other?
#declare A = array[2][2];
this works well for me. but maybe i misunderstood you...
bye,
	Marc


Post a reply to this message

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