I am inserting a number of lines into a text file with information in them.

1) After I have all the lines inserted. I want to go back to the first line and enter the number of lines inserted.

2) In each line I insert a person's name e.g. Left(FirstName,25).

But when the data is retrieved from the text file it contains " ".

e.g. "Tom ". I want to remove the "".

3) I also insert the current date but it is being logged in dd/mm/yy. I want it to be dd/mm/yyyy.


Anyone any ideas?

Thanks in advance.