Author |
Topic  |
|
phics
S. Korea
Posts |
Posted - 11/12/2008 : 03:21:34 AM
|
Hi, everyone. I'm using 8.0SR4
In old version, I could set the value of a worksheet with one sentence
in Worksheet1, "col(A) = Worksheet2_B + Worksheet2_C" or "Workshee1_A = Worksheet2_B + Worksheet2_C"
But in this version, I can't. I could just understand the usage of range, as like,
range bb = [Book1]Worksheet2!col(B) range cc = [Book1]Worksheet2!col(C) col(A) = bb + cc
Can I reduce the above to one sentence ?
I expect "col(A) = [Book1]Worksheet2!col(B) + [Book1]Worksheet2!col(C)" works, but it doesn't.
It may be very happy if I can omit the name of workbook in same workbook.
Actually, why I want to write with "one sentence" is to record the sentence in "Set Column Value" menu which is shown with right-clicking on column.
Thank you in advance.  |
|
VincentLiu
China
Posts |
|
phics
S. Korea
Posts |
Posted - 11/15/2008 : 01:07:12 AM
|
Dear Vincent,
Thank you for your advice. I can understand it.
I have one more question, as I posted in "Origin C" forum like: http://www.originlab.com/forum/topic.asp?TOPIC_ID=7398
Can I change "Before Formula Script" with Origin C?
I couldn't find a function like "SetBeforeFormula".
Please tell me what it is, or how to make the function.
Best regards,
Hoyoung.
|
 |
|
thiago.maf
22 Posts |
Posted - 06/14/2009 : 10:46:27 PM
|
Is that anyway via Labtalk to set column value? I know that I can change values of cells but how to change the colum value string.
I can't find it. |
 |
|
|
Topic  |
|
|
|