[fpc-pascal] TString idea (like stringlist but string only)

Marco van de Voort fpc at pascalprogramming.org
Thu Apr 2 20:13:21 CEST 2020


Op 2020-04-02 om 19:30 schreef noreply at z505.com:
> Is there a need by anyone for a TString where one could add to a 
> string (TString.Add) without any CRLF (line feeds) and modify a string 
> as an object?
>
> I have needed this several times as the TStringList linefeeds get in 
> the way. It's similar to say some kind of stringlist but focuses only 
> on an ansistring as an object instead of a string, to add to, modify, 
> capacity (capstr capacity growth idea too).
>
Have a look at tstringbuilder



More information about the fpc-pascal mailing list