Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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.