measure2
Posted by Johannes Breu on Sep 29, 2008; 4:14pm
URL: http://imagej.273.s1.nabble.com/measure2-tp3694944.html
Hi,
in order to get values out of a result table I tried:
run("Measure");
a= getResult("IntDent", nResults);
print (a);
I always get an error message:
Row (1) out of range in line 40.
a= getResult("IntDent", nResults<)>;
I do not find the error.
Thanks