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
 big values in scrips

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
11malta74 Posted - 08/17/2001 : 03:40:04 AM
I am using origin 5.0 and I have problems with big values in scrips. For example I try
to run a script with an for loop for more then 10.000 runs. In any cases (when I start it at first and separatly from other scriptparts) it works and mostly it is stoped with an "command error". When I looking for the last value for runing variable working fine, I find mostly an different value (depends on how many runs I have started before)

Can anybody help me.

Holger

1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 08/17/2001 : 4:03:48 PM
Since

for(ii=1;ii<=100000;ii++) {
wcol(1)[ii]=ii;
};

works - for example - we must assume the fault is in your code.


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