Hello, TP and Delphi length function supports arrays as parameters and FPC do not. I think this is uncompatibility. What can you say about this issue? var a: array [1..10]of integer; begin WriteLn(length(a)); Readln; end.