1. RE: bcd
- Posted by Bernie Ryan <xotron at localnet.com> Apr 14, 2002
- 420 views
a.tammer at hetnet.nl wrote: > Hi Kat,Pete,Chris,Euman > I leave you the enigma of how to store 9 nibbles in 32 bits. It has to > do with free-dimensional looks at matters. antoine: A nibble is a half of a byte ( 4 bits ). If you look around the web and find BCD used in other langauges I think that you will find that there are libraries written in "C" and pascal that you might find helpful in designing a Euphoria BCD library. Some implementations use what is called packed BCD to save space. Bernie