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...
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. ...
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 ...