|
It's very difficult. In DELPHI, integers are represented like this, with the high bit behind. If you manually shift it, the value it represents changes, if you need few integers, such as between 0-9, you can use characters to represent, so that it is easy to deal with. |
|