Op Sun, 11 Nov 2007, schreef Christos Chryssochoidis:
> Hello all,
>
> A while ago in one of the FPC lists I had read that FPC 2.2.0 supports array
> slices. So I made a program to test this feature:
>
> > program Test_Slices;
> >
> > procedure Test(C : array of Integer);
> > begin
> > end;
Hello all,
A while ago in one of the FPC lists I had read that FPC 2.2.0
supports array slices. So I made a program to test this feature:
program Test_Slices;
procedure Test(C : array of Integer);
begin
end;
var
A : array of Integer;
B : array of Integer;
begin
setLengt