From: Henry Maddocks Date: 2012-08-12T08:20:56+09:00 Subject: Re: Delete a lines from a files On 12/08/2012, at 1:28 AM, "Jan E." wrote: > Hi, > > You cannot delete a line from a file. But you can overwrite the file and > skip this line. Write your changed data to a file with different name, the rename (move) the new file to the original file. This will reduce the probability of file corruption. Henry