Manipulation of Results table
Posted by karo03 on Dec 21, 2008; 11:40pm
URL: http://imagej.273.s1.nabble.com/Manipulation-of-Results-table-tp3694199.html
Hallo experts,
I try to manipulate the Results table in a macro. I would like to
delete some lines.
e.g.
for (i=nResults()/2; i<nResults(); i++) print("[Results]","\\Update"+i
+":");
deletes the last half of Results lines but does not really the job,
since a succeeding
updateResults();
reestablishs everything.
Possibly there is a hidden command to delete any line (and reset the
counter nResults()), e.g.
print("[Results]","\\Clear<n>); ?
Thanks in advance
Regards
Karsten