Thema: Delphi Combining text files

Einzelnen Beitrag anzeigen

jcop

Registriert seit: 16. Dez 2004
9 Beiträge
 
Delphi 2005 Personal
 
#11

Re: Combining text files

  Alt 3. Feb 2005, 11:21
Hello Alcaeus,

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

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.

SL2.CommaText := SL1.Linebreak[i]; Since this is a string variable.
  Mit Zitat antworten Zitat