Registriert seit: 16. Dez 2004
9 Beiträge
Delphi 2005 Personal
|
Re: Combining text files
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.
|