On Mon, 9 Aug 2010, Henrique Andrade wrote:
I have 100 series inside my series (a .gdt file) and I would like to
delete
all the series that I don't need. I know how to do this using the GUI or
with the command "delete", but I would like to make it in a more automatic
way.
For example, I would like to use the series 5, 8, 37 and, 98 and delete
anyone else...
list Y = 5 8 37 98
store newfile.gdt list
open newfile.gdt
Allin Cottrell