Login  Register

Re: Problem with getResultsTable();

Posted by dscho on Jul 06, 2011; 2:04pm
URL: http://imagej.273.s1.nabble.com/Problem-with-getResultsTable-tp3684009p3684010.html

Hi Centre,

On Wed, 6 Jul 2011, Centre de Quantimétrie wrote:

> I'd like to use the getResultsTable function but I didn't found how it does
> work.
> I tried to write it by two ways :
>                  ResultsTable results=Analyzer.getResultsTable();
> and
>                  ResultsTable results=ResultsTable.getResultsTable();

The former is correct.

> But it didn't work.

Unfortunately, this is not really descriptive. I am sure that there was an
error message.

Ciao,
Johannes