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:
640 x 480
800 x 600
1024 x 768
1280 x 1024
UserName:
Password:
Anti-Spam Code:
Format Mode:
Basic
Help
Prompt
Format:
Font
Andale Mono
Arial
Arial Black
Book Antiqua
Century Gothic
Comic Sans MS
Courier New
Georgia
Impact
Lucida Console
Script MT Bold
Stencil
Tahoma
Times New Roman
Trebuchet MS
Verdana
Size
1
2
3
4
5
6
Color
Black
Red
Yellow
Pink
Green
Orange
Purple
Blue
Beige
Brown
Teal
Navy
Maroon
LimeGreen
Message:
* HTML is OFF
*
Forum Code
is ON
Smilies
[quote][i]Originally posted by bego1908[/i] [br]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 [/quote]
Check here to include your profile signature.
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
Snitz Forums 2000