[fpc-devel] TStrings.Slice: just curious
Michael Van Canneyt
michael at freepascal.org
Wed Dec 18 10:53:51 CET 2024
On Tue, 17 Dec 2024, Bart via fpc-devel wrote:
> Hi,
>
> We have:
> Procedure TStrings.Slice(fromIndex: integer; aList : TStrings);
> (and a similar function)
>
> I can figure scenario's where also an EndIndex would come in handy:
> Procedure TStrings.Slice(fromIndex, EndIndex integer; aList : TStrings);
>
> Would such be acceptable to add?
Yes, of course.
Michael.
More information about the fpc-devel
mailing list