Re: macro creating n Arrays within a "for"-loop

Posted by Gabriel Landini on
URL: http://imagej.273.s1.nabble.com/macro-creating-n-Arrays-within-a-for-loop-tp3688201p3688202.html

>      name = "test " +i;
>      name = newArray(k);

Maybe because you are trying to make a variable name that contains a space.
Try removing it.

G.