On Sat, May 30, 2015 at 12:30 PM, Jim Unroe <rock.unroe at gmail.com> wrote: > filedata[0x0d70:0x0d80] != "\xff\xff\xff\xff\xff\xff\xff\xff" \ > "\xff\xff\xff\xff\xff\xff\xff\xff": In the future, it might be a little easier to read if you write it like this: filedata[0x0d70:0x0d80] != "\xff" * 16: Tom KD7LXL