Re: Searching/lookup value in Results table
Posted by AJBell on Jun 27, 2011; 12:17pm
URL: http://imagej.273.s1.nabble.com/Searching-lookup-value-in-Results-table-tp3684125p3684129.html
I understand now. Thank you, that works perfectly.
Andrew
<quote author="lechristophe">
Andrew,
I meant, replace
rowId = getResult("Label", i);
by
rowId = getResultLabel(i);
in the original snippet you provided should affect the correct string
to rowId so you can test it for equivalence (be careful with string
comparisons) with your x variable.
Christophe