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
originPro 8.0 the "Range"
New Topic
Reply to Topic
Printer Friendly
Author
Topic
EigenGoofy
64 Posts
Posted - 05/18/2011 : 4:49:22 PM
let's look at the column A
row1: 20
row2: 8
row3: 12
row4: 17
row5: 6
row6: 33
In the Origin 8.5, if typing as follow:
range tt = [book1]sheet1!A[3];
tt=;
It will return:
TT=12
A friend has OriginPro 8.0, if typing the samething in Pro, it will return:
TT=20
I also tried several differnet numbers, e.g.
range tt = [book1]sheet1!A[4:end];
tt=;
It still returns:
TT=20
It seems that it always returns the first value on the column, despite of the assigned row number (e.g. [3]). I don't know what is wrong here?
Thank you very much!
couturier
France
291 Posts
Posted - 05/19/2011 : 09:24:30 AM
Try the following:
range tt = [book1]sheet1!A;
tt[3]=;
EigenGoofy
64 Posts
Posted - 05/19/2011 : 5:18:17 PM
YES, the problem is solved.
Thanks very much, couturier!
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Origin Forum
Origin Forum
Origin Viewer Forum
Origin Forum for Programming
Forum for Python
LabTalk Forum
Forum for Origin C
Forum for Automation Server/COM and LabVIEW
Origin中文论坛
Origin 中文论坛 (Chinese Origin Forum)
Japanese Origin Forum
Origin日本語フォーラム (Japanese Origin Forum)
Origin on Linux
The Origin on Linux Forum
Private Forums
Distributor Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
The Origin Forum
© 2020 Originlab Corporation
Snitz Forums 2000