"Tom Thackrey" <use.signature@nospam.com> wrote in message
news:0czze.3199$6%2.1520@newssvr21.news.prodigy.com...
> The problem is you aren't using the bitwise operators. & is not bitwise,
> &&
> is
No! ""&&" is "logical and". "&" is "bitwise and" -- the reverse of what
you are telling him. At least that is the way it is in C, C++, Java, etc.,
etc.