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 for Programming
 LabTalk Forum
 Failed to resolve range string

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
ONeilll Posted - 06/29/2015 : 02:07:04 AM
OriginPro 8 SR0
v8.0724 (B724)
Windows 8.1

Hi!

A student of mine has a problem while doing following script:

range rCol2 = col(2);
stats ix:=rcol2;
int nIdx = list(stats.max, rCol2);
range r1 = rCol2[1:$(nIdx)];
plotxy iy:=r1 plot:=202;

if (nIdx < stats.n)
{

range r2 = rCol2[$(nIdx):end];


plotxy iy:=r2 plot:=202 ogl:=1;
}

For my Version of Origin8G (SR4 v8.0951 (B951); Windows 7 64 bit) this script is ok. Any suggestions how to solve this problem?

Many thanks in advance,
ONeilll
1   L A T E S T    R E P L I E S    (Newest First)
Castiel Posted - 06/29/2015 : 09:24:34 AM
quote:
Originally posted by ONeilll

OriginPro 8 SR0
v8.0724 (B724)
Windows 8.1

Hi!

A student of mine has a problem while doing following script:

range rCol2 = col(2);
stats ix:=rcol2;
int nIdx = list(stats.max, rCol2);
range r1 = rCol2[1:$(nIdx)];
plotxy iy:=r1 plot:=202;

if (nIdx < stats.n)
{

range r2 = rCol2[$(nIdx):end];


plotxy iy:=r2 plot:=202 ogl:=1;
}

For my Version of Origin8G (SR4 v8.0951 (B951); Windows 7 64 bit) this script is ok. Any suggestions how to solve this problem?

Many thanks in advance,
ONeilll



Why not updating from v8.0724 to v8.0951?

©c¡Ï   ¤È¥¹  ©f¨u©c  ©c¥ì    ¥Î¤³  ©c/     ©¦£¯
 ©c¨Ê¥Î ¤´¥¨  ¥ó ¨×   ¥ó¤á' ¥Ì©¦¥­   /¤í  ¥Õ©¦©f
   ¨Ö             ¦á          ©¦£þ  ©` ¥Õ   ©¦
                              ©¦

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