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
 Origin Forum
 columns of different books

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
bego1908 Posted - 01/27/2014 : 04:46:53 AM
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
1   L A T E S T    R E P L I E S    (Newest First)
lkb0221 Posted - 01/27/2014 : 10:29:48 AM
Hi, Begoņa

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

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