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

2020-04-02 Thread Marco van de Voort
Op 2020-04-02 om 19:30 schreef nore...@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

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

2020-04-02 Thread noreply
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