|
This filter is used to remove a range of bytes.
Several different means of specifying the bytes to remove are provided:
- Start byte, end byte. This removes all text including and between the specified
byte.
- Start byte, width. Removes Width byte starting from (and including)
the start byte.
- End byte, width. Removes Width fields backwards starting from (and including)
byte End.
- Start byte to end of file. Removes all fields from the Start byte to the
very end of the file.
- Width to end of file. Removes Width fields backwards starting from (and including)
the last byte.
Note - if you are removing more than one byte range, it is easiest to remove
ranges from right-to-left so that the position of the bytes doesn't change.
See also
Remove menu
Remove columns
Remove CSV fields
Remove Tab fields
|