Analyse -> measure

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

Analyse -> measure

Girault France
Dear all,

 

I'm trying to use (Analyze -> measure) in a loop, but each time I run
the loop the results table is updated and the previous measurement is
replaced by the new one. I would like to have all the measurements that
I take in my loop in my result table. When I run "measure" successively
using the function, it works fine and all the measurements are kept, but
in my macro as a loop, it doesn't work. Does anybody know how to keep
all the results ?

 

Many thanks,

 

france

 
Reply | Threaded
Open this post in threaded view
|

Re: Analyse -> measure

Justin McGrath
France,
I'm just guessing, but maybe adding an updateResults() statement after
the run("Measure") statement will force it to save the data.

Justin

On 9/25/06, Girault France <[hidden email]> wrote:

> Dear all,
>
>
>
> I'm trying to use (Analyze -> measure) in a loop, but each time I run
> the loop the results table is updated and the previous measurement is
> replaced by the new one. I would like to have all the measurements that
> I take in my loop in my result table. When I run "measure" successively
> using the function, it works fine and all the measurements are kept, but
> in my macro as a loop, it doesn't work. Does anybody know how to keep
> all the results ?
>
>
>
> Many thanks,
>
>
>
> france
>
>
>