Hi, Does anyone know how to convert a BINARY 8 bit to a 2 digit packed BCD. Example if I have value 0x0C (wich is 12 decimal) the result will be 12 or a char value of 0x12. thank you, Adi,
will I get a packed BCD value ? Yes, by "ORing" the two halves of the number together, you get a single byte, two digit BCD number.