| T O P I C R E V I E W |
| altomare |
Posted - 11/30/2004 : 6:06:33 PM I run into a small problem and I wanted to know if somebody had a solution: If I use on a graph window doc -e d {...} the variable %C contains the dataset name so I can copy the dataset to a different worksheet if I need. But how do I copy the corresonding x dataset? %C contain only information on the y and not on the x. Is there any simple way to do it? I could 1) edit the wks 2) select the y dataset 3) check which is the first x column on the left of my y column but it is kind of cumbersome Thanks fabio |
| 2 L A T E S T R E P L I E S (Newest First) |
| altomare |
Posted - 12/01/2004 : 6:24:23 PM quote:
This function will return the name of the X dataset for %C...
%A=xof(%C); %A=; Data1_A
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 11/30/2004 8:11:41 PM
I kenw there was somehing :-) Thanks a lot Fabio |
| Mike Buess |
Posted - 11/30/2004 : 7:59:04 PM This function will return the name of the X dataset for %C...
%A=xof(%C); %A=; Data1_A
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 11/30/2004 8:11:41 PM |