Login  Register

setResult macro format

Posted by donny008 on May 08, 2009; 9:43pm
URL: http://imagej.273.s1.nabble.com/setResult-macro-format-tp3692599.html

hey people

i used this code to get some measurements during processing images

run("Measure");
    title=getTitle();
           setResult("Label", nResults-1, title);
          updateResults();

but since i want to run this like 2 or 3 times during my experiment, i would
like to add something like(to )

setResult("Label", nResults-1, "Modified" title);

and this doesnt work. would there be another format ???


thankyou


don- Show quoted text -


--
Donny George