How do I delete white space thru out the document?
I have 10,000 lines like this:
102| 0137138600| 30817| EA| VPS| A| Not Serial Tracking|
102| 0137138600| 30817| EA| FTW| A| Not Serial Tracking|
102| 0137139100| 30817| EA| FTW| A| Not Serial Tracking|
102| 0137139100| 30817| EA| VPS| A| Not Serial Tracking|
102| 0137139200| 30817| EA| FTW| A| Not Serial Tracking|
102| 0137139200| 30817| EA| VPS| A| Not Serial Tracking|
And I want to delete the white space between the columns all at once to make it look like the below:
102|0137138600|30817|EA|VPS|A|Not Serial Tracking|
102|0137138600|30817|EA|FTW|A|Not Serial Tracking|
102|0137139100|30817|EA|FTW|A|Not Serial Tracking|
102|0137139100|30817|EA|VPS|A|Not Serial Tracking|
102|0137139200|30817|EA|FTW|A|Not Serial Tracking|
102|0137139200|30817|EA|VPS|A|Not Serial Tracking|
Is this possible?
thanks.
mark blocks of text and delete white space
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 2461
- Joined: Sun Mar 02, 2003 9:22 pm