MAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 11:33 AM
To: '[EMAIL PROTECTED]'
Subject: RE: remove first line
> I need to process a file where each line contains data. Each
> line can be of variable length. I need to avoid losing any data if the
process
> of the line failed
> I need to process a file where each line contains data. Each
> line can be of variable length. I need to avoid losing any data if the
process
> of the line failed. I was thinking if I could read and then remove the
first line of
> the file, I would not affect the rest of the file if I died mi
I'm more worried about dying because the machine goes down.
-Original Message-
From: Tillman, James [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 11:01 AM
To: 'Ember Normand'; '[EMAIL PROTECTED]'
Subject: RE: remove first line
> I need to pr
> I need to process a file where each line contains data. Each
> line can be of
> variable length. I need to avoid losing any data if the
> process of the line
> failed. I was thinking if I could read and then remove the
> first line of
> the file, I would not affect the rest of the file if