Problem with getResultsTable();

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with getResultsTable();

Centre de Quantimétrie
Hey!

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();
But it didn't work.
Do you know how I could use this function in order to get the whole results
table and stock it in a variable?

Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Problem with getResultsTable();

dscho
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