How to add a line in the end of a text file?
I tried
var
tt:text;
l:string;
begin
...
assignfile(tt,'text.txt');
reset(tt);
while not eof (tt) do
readln (tt,l)
...
writeln(tt,'blablabla');
...
Closefile(tt);
...
end;
Thanks in advance...
Laurent.
;-)
Dear All !
We are developping an automatic downloading application in Delphi V Professional.
Our System is a "Dual" system, with a "Master" Node and a "Slave" Node.
It is absolutely necessary to known which Node is master just before the download to be sure to...
Dear All !
We are developping an automatic downloading application in Delphi V Professional.
Our System is a "Dual" system, with a "Master" Node and a "Slave" Node.
It is absolutely necessary to known which Node is master just before the download to be sure to...
Dear All !
We are developping an automatic downloading application in Delphi V Professional.
Our System is a "Dual" system, with a "Master" Node and a "Slave" Node.
It is absolutely necessary to known which Node is master just before the download to be sure to...
I have a system which is to connect with a server via an application which turns constantly. This application is to connect either to the server A, or to the B.
How then I to know to which one of 2 it is connected via another program written in Delphi? Laurent.
;-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.