jokraut...@bluemail.ch schrieb: > 1. After finalisation of "For I:=B To E Do..." in Delphi is I=E+1, in > Lazarus it is I=E. (I remember, that using a For loop counter after > finalisation is not recommended, but...)
The for loop counter is undefined after exit from the loop. Depending on optimizations, it may be near the begin or end value, or the variable is unchanged. DoDi _______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus