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
 differentiate columns in all

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
Kirill1996 Posted - 06/24/2018 : 3:45:01 PM
Origin Ver. and Service Release: 8.1.34.90
Operating System: windows 7
Hi,
I have a number of workbooks in my project, and I want to differentiate column in each of them.

If I try
differentiate iy:=(Col(A),Col(B));
it works only in one workbook, so I tried:

doc -e W // loop over all workbooks in project
{
win -o %H{
differentiate iy:=(Col(A),Col(B));
}
};
and that doesn't work

I'd appreciate for some help
1   L A T E S T    R E P L I E S    (Newest First)
yuki_wu Posted - 06/24/2018 : 9:59:31 PM
Hi,

User the following script is okay.
// loop over all worksheets in project
doc -e LB {
differentiate iy:=(Col(A),Col(B));
}

Regards,
Yuki
OriginLab

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