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
|