![]() |
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:
Since this is a string variable.
SL2.CommaText := SL1.Linebreak[i];
|
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. |
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