Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Combining text files (https://www.delphipraxis.net/39410-combining-text-files.html)

jcop 3. Feb 2005 10:21

Re: Combining text files
 
Hello Alcaeus,

Have just tried your code but I receive an error on following statement.

Delphi-Quellcode:
SL2.CommaText := SL1.Lines[i];

Error is saying TStringlist doesn't have a member lines.

Can it be that I have tochange them to following code, which I doubt will work.

Delphi-Quellcode:
SL2.CommaText := SL1.Linebreak[i];
Since this is a string variable.

alcaeus 3. Feb 2005 11:18

Re: Combining text files
 
Hello jcop,

you might have to use SL1[i], but I'm not completely sure ATM, and I don't have the time to try it..

Greetz
alcaeus


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:16 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz