in reply to Re: Return code from calling qx
in thread Return code from calling qx
If you shift it 8 bits to the right (>> 8) you get:100000000 (binary) = 256 (decimal)
Hope this helps a little.1 (binary) = 1 (decimal)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Return code from calling qx
by f50bodykit (Initiate) on Oct 27, 2009 at 20:24 UTC | |
by Discipulus (Canon) on Oct 28, 2009 at 10:31 UTC |