[fpc-devel]length function issue

Rimgaudas Laucius rimga at ktl.mii.lt
Wed Feb 18 09:17:05 CET 2004


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.






More information about the fpc-devel mailing list