|
Copy
|
Previous Top Next |
| begin
|
| Text:=TextFileReadln(unfile)+''+Text;
|
| end;
|
| begin
|
| //It copies the text in a string from Aldo Rossi till the end of file
|
| StrAldo:=Copy(Text,Position,length(Text));
|
|
|
| //It shows the result in a message
|
| ApplicationLog(_CurrentAgent,''+ StrAldo);
|
| end;
|