> The following program behaves different in Kylix3 and FPC 1.9. And that is no problem. FPC should take the best (fastest) path. Even Kylix gives it as warning already: > test5.pp(10) Warning: FOR-Loop variable 'i' may be undefined after loop > test5.pp(12)