The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Accessing x dataset from a ogg window
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

altomare

USA
19 Posts

Posted - 11/30/2004 :  6:06:33 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

Mike Buess

USA
3037 Posts

Posted - 11/30/2004 :  7:59:04 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

altomare

USA
19 Posts

Posted - 12/01/2004 :  6:24:23 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000