> 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



_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to