POV-Ray : Newsgroups : povray.general : Bug report Server Time
13 Aug 2024 17:30:22 EDT (-0400)
  Bug report (Message 1 to 1 of 1)  
From: Guy Rauscher
Subject: Bug report
Date: 5 Jul 1998 17:26:48
Message: <35A07B6F.A56@netvision.net.il>
I'm pretty sure that its a bug - I made a macro like this:

#macro hypnotize(xsize,ysize)

   #local myarray = array[xsize][ysize]

   .....

   myarray

#end

And invoked it like so:

#declare super_array = hypnotize(20,20)

and got the following error: "Lone identifier cannot be RValue. Requires
keyword{...} wrapper."

What is that supposed to mean? It works with other idenetifiers but not
with arrays. This must be a bug.

Guy


Post a reply to this message

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