[fpc-devel]length function issue

Peter Vreman peter at freepascal.org
Wed Feb 18 09:49:17 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.
>

It is supported by 1.9.x






More information about the fpc-devel mailing list