On Mon, Sep 10, 2012 at 10:47:33AM +0200, Sven Barth wrote: > > > > func(buf[32 .. <Last index of the array>]); > > reference: http://www.freepascal.org/docs-html/ref/refsu59.html > > And it's still true: even I as a compiler developer can learn something > new as I didn't know yet that this was possible.
The delphi compatible way is slice, but ti was only documented after the last release: http://bugs.freepascal.org/view.php?id=22681 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
