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
 Origin Forum
 columns of different books
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

bego1908

Spain
3 Posts

Posted - 01/27/2014 :  04:46:53 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi,
Making a script, how can I write a column from a book into a column of a different book with origin 8.0?
Thanks

lkb0221

China
497 Posts

Posted - 01/27/2014 :  10:29:48 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi, Begoa

You would like to try range notation. For example:

//Start
range rr1 = [Book1]Sheet1!col(A);
range rr2 = [Book2]Sheet1!col(A);
range rr3 = [Book3]Sheet1!col(B);
rr3 = (rr1 + rr2) * 2;
//End

Zheng
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