admin note: this is a continuation of
http://www.powerbasic.com/support/pb...ead.php?t=3950
nathan,
all of the search methods mentioned will search binary files with
no problems, what i would be interested to see is how you are
storing the binary data and how you are converting it to string.
past in the format you are using so we can have a look at it. also
be careful with the bm algorithm, i have not been able to verify
that it finds every search pattern so i would test it with either
instr or the scanstring functions to make sure it gets all of the
patterns you are searching for.
regards,
[email protected]
------------------
http://www.powerbasic.com/support/pb...ead.php?t=3950
nathan,
all of the search methods mentioned will search binary files with
no problems, what i would be interested to see is how you are
storing the binary data and how you are converting it to string.
past in the format you are using so we can have a look at it. also
be careful with the bm algorithm, i have not been able to verify
that it finds every search pattern so i would test it with either
instr or the scanstring functions to make sure it gets all of the
patterns you are searching for.
regards,
[email protected]
------------------
Comment