Leading zeros are not important in a binary number. Any system can detect that 00010000 == 10000. The leading zeros do not make a difference when it comes to calculating the values. [Radek Krejca] Thank you. So I have to fill missing zeros by myself. Radek