Mike Melanson wrote: > hey = 1, you = 65537 That was actually a bad test and proved nothing about the truncation behavior. However, if you=0x10002, then hey=you yields hey=2. Thus, the bottom 16 bits are retained in the assignment. -- -Mike Melanson