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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Accessing x dataset from a ogg window

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000