Re: Byte Overflow

2009-05-08 Thread tmountain
Ahh, should've looked at the docs. Thanks for the helpful response. Travis On May 8, 11:09 pm, "Stephen C. Gilardi" wrote: > On May 8, 2009, at 10:42 PM, tmountain wrote: > > > > > I'm working on a project that makes use of a lot of byte arrays, and > > I'm having an issue with certain bytes ov

Re: Byte Overflow

2009-05-08 Thread Stephen C. Gilardi
On May 8, 2009, at 10:42 PM, tmountain wrote: I'm working on a project that makes use of a lot of byte arrays, and I'm having an issue with certain bytes overflowing to negative values. I know they're being stored properly because I'm also generating hex dumps from time to time which indicate t

Byte Overflow

2009-05-08 Thread tmountain
I'm working on a project that makes use of a lot of byte arrays, and I'm having an issue with certain bytes overflowing to negative values. I know they're being stored properly because I'm also generating hex dumps from time to time which indicate the real value is there. Can someone tell me how t