delete Results table row in macro?

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

delete Results table row in macro?

Bill Christens-Barry
Archive and doc apparently don't have anything on this, so I'll ask: how does one delete a results
table row by macro? With the Recorder turned on, if I go to the results window and select and cut a
row, the row is eliminated and all of the other rows bump up. Unfortunately, in the Recorder the
entry is:

  String.copyResults();

I wrote something to explicitly copy rows upward, but I can't seem to remove rows.

If there is a macro/command for this, does it adjust nResults to match the new number of rows?

Thanks.

Bill Christens-Barry
Reply | Threaded
Open this post in threaded view
|

Re: delete Results table row in macro?

Gabriel Landini
On Friday 05 October 2007 16:28:12 Bill Christens-Barry wrote:
> how
> does one delete a results table row by macro?

The only way I can see is to save the current Results Table to a text file and
then modify Jerome Mutterer's Import_Results_Table macro to NOT load the
desired rows of values.

G.