Search found 6 matches

by horscht13
Sun Dec 21, 2008 4:41 pm
Forum: Technical / Scripting
Topic: i=i+1 does not increment
Replies: 13
Views: 9135

mtettmar wrote:2 days? 2 hours according to the forum timestamp.
No, I ment for me to solve it...
It´s always the small bugs that keep you. :?

Will see about changing my v-names.

Regards
by horscht13
Sun Dec 21, 2008 2:39 pm
Forum: Technical / Scripting
Topic: i=i+1 does not increment
Replies: 13
Views: 9135

:roll: that was 2 days :roll:

Anyway: Thanks very much!!
by horscht13
Sun Dec 21, 2008 2:35 pm
Forum: Technical / Scripting
Topic: i=i+1 does not increment
Replies: 13
Views: 9135

Thanks very much. I think that was it!!!
I just assumed, that WriteLn works as ReadLn.

best regards horscht
by horscht13
Sun Dec 21, 2008 2:20 pm
Forum: Technical / Scripting
Topic: i=i+1 does not increment
Replies: 13
Views: 9135

Ok, sorry. Obviously that was no working version. I just tried different things to get it to work. (Changing i to j and using the add command were some of them) I now figured out, that as long as there is no i,j,k or whatever in the ReadLn it works. But if there is (as is in Line 10) the increment c...
by horscht13
Sun Dec 21, 2008 2:01 pm
Forum: Technical / Scripting
Topic: i=i+1 does not increment
Replies: 13
Views: 9135

So here´s the code. i is change nowhere. It´s just used to select the line to read in the first file. With the breakpoint at the end (right before the until) I can see, that i is still one after the first looping and going step by step through the first lines of the repeat-loop, i just stays one. ...
by horscht13
Sun Dec 21, 2008 12:20 pm
Forum: Technical / Scripting
Topic: i=i+1 does not increment
Replies: 13
Views: 9135

i=i+1 does not increment

Hi all, I have a problem with the repeat-until routine. I have something like this: Let>i=0 repeat>i Let>i=i+1 //Do something until>i>100 If I have the loop running without much in it, everything works fine. If the loop takes longer (in my case one iteration would take about 0.5hour with long waits ...
Sign up to our newsletter for free automation tips, tricks & discounts