[fpc-devel] TStrings.Slice: just curious

Bart bartjunk64 at gmail.com
Tue Dec 17 23:08:46 CET 2024


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?

-- 
Bart


More information about the fpc-devel mailing list