| T O P I C R E V I E W |
| lucio_marianna |
Posted - 01/19/2006 : 09:51:42 AM Origin Version (Select Help-->About Origin): 7.5 Operating System: XP
Hi,
I would like to know how to retrieve the dataset from the layer, and copy it in a new one.
Thanks in advance |
| 2 L A T E S T R E P L I E S (Newest First) |
| lucio_marianna |
Posted - 01/20/2006 : 04:34:25 AM Thanks Mike, exactly what I was looking for!

Marianna |
| Mike Buess |
Posted - 01/19/2006 : 10:39:09 AM Use %(n, @D) to get the name of the nth dataset in the active layer...
n = 2; %A = %(n, @D); // get name of 2nd dataset in layer %A=; Data1_C
Once you know the dataset's name you can add it to another layer in the same graph window like this...
page.active = layerNumber; // activate layer lay -i %A;
The string variable %C always holds the name of the active dataset checked at the bottom of the Data menu.
Mike Buess Origin WebRing Member |
|
|