[fpc-pascal] Freepascal 2.2.0 released

Johann Glaser Johann.Glaser at gmx.at
Tue Sep 11 17:19:40 CEST 2007


Hi!

> > procedure abc(const x:array of byte);
> > 
> > begin
> > end;
> > 
> > var b:array[0..15] of byte;
> > 
> > begin
> >   abc(b[0..9]);
> > end;
> 
> I see, pretty neat for handling array row-wise or the like, thanks.

Is it also possible to run
  abc(b[2..9]);
i.e. using a start-index different from 0?

Bye
  Hansi





More information about the fpc-pascal mailing list