I have started testing the new for..in code. The very first test I tried found a bug ;-) --- const S = 'abc'; var ch: Char; begin for ch in S do Writeln(ch); end. --- -- Alexander S. Klenin