Re: Binary Replace

2003-06-06 Thread Rob Dixon
Anthony Akens wrote: > Hi all, > I'm doing a text replace in a binary file, which works fine as long as the > text I replace it with is the exact same length. If the text I put in is longer or > shorter, the program that reads the file (not one I wrote) chokes and spews > out a bunch of garbage.

RE: Binary Replace

2003-06-06 Thread Akens, Anthony
>Anthony Akens wrote: >> Hi all, >> I'm doing a text replace in a binary file, which works fine as long as the >> text I replace it with is the exact same length. If the text I put in is longer or >> shorter, the program that reads the file (not one I wrote) chokes and spews >> out a bunch of ga