Re: Binary files/data

2000-07-25 Thread Scott Raney
On Mon, 24 Jul 2000, James Parker wrote: > What is the trick to working with binary data in MetaCard? > > It's easy enough to open a binary file and read in the data and then open > another binary file for write to write out the data but how do you > manipulate the data once you've read it in?

Re: Binary files/data

2000-07-25 Thread Kevin Miller
On 24/7/00 4:16 pm, James Parker <[EMAIL PROTECTED]> wrote: > What is the trick to working with binary data in MetaCard? > > It's easy enough to open a binary file and read in the data and then open > another binary file for write to write out the data but how do you > manipulate the data once y

Binary files/data

2000-07-24 Thread James Parker
What is the trick to working with binary data in MetaCard? It's easy enough to open a binary file and read in the data and then open another binary file for write to write out the data but how do you manipulate the data once you've read it in? Let's say I want to bitAnd every byte with 254 or