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
 differentiate columns in all
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Kirill1996

Russia
1 Posts

Posted - 06/24/2018 :  3:45:01 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

yuki_wu

896 Posts

Posted - 06/24/2018 :  9:59:31 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
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