in reply to Re: file parsing help
in thread file parsing help
This fixed the problem I had with the holes in the fourth field.if ($id eq "") { $id=sprintf("%-*s",8,$prev_id); } else { $id=sprintf("%-*s",8,$prev_id); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: file parsing help
by ikegami (Patriarch) on Nov 13, 2006 at 17:35 UTC |