Re: Searching/lookup value in Results table
Posted by
lechristophe on
Jun 27, 2011; 11:00am
URL: http://imagej.273.s1.nabble.com/Searching-lookup-value-in-Results-table-tp3684125p3684128.html
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
On Mon, Jun 27, 2011 at 12:23, AJBell <
[hidden email]> wrote:
> rowId = getResult("Label", i);