Hi,
Consider the following macro code:
lutB = getList("LUTs");
lutC=Array.concat(newArray("Null"),lutB);
Array.show(lutC);
lutA = Array.concat(newArray("Null"), getList("LUTs"));
Array.show(lutA);
The first part runs fine and displays the LUTs with an added "Null"
element. The second part fails with the error message:
Error: Array expected in line 5:
lutA = Array . concat ( newArray ( "Null" ) , <getList> ( "LUTs" ) ) ;
Is this behavior expected or is it a bug?
Thank you,
Christophe
--
Christophe Leterrier
NeuroCyto lab
INP CNRS UMR 7051
Aix Marseille University, France
--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html