|
|
Hi,
In the lines
#macro Test()
#declare i = 2;
#debug concat("_Test i: ", str(i, 0, -1), "\n")
#end
#declare i = 1;
#debug concat(" i: ", str(i, 0, -1), "\n")
Test()
#debug concat(" i: ", str(i, 0, -1), "\n")
the last line produces an error: "... undeclared identifier i
found...". A "#local" declared "i" in Test() doesn't work too.
What's wrong with it?
Bye,
Friedemann
Friedemann Schmidt
Fri### [at] Stonescom
Raytracing-Gallery: http://www.rz.fhtw-berlin.de/~s0049669
Post a reply to this message
|
|