"Geoffrey" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 1) Does anyone recognize this numeric format ?
Google :)
http://www.room42.com/store/computer_center/packed_decimal.shtml
--
http://mail.python.org/mailman/listinfo/python-list
Geoffrey wrote:
I am working on a file conversion project that reads data from a one
file format, reformats in and writes in out to another. The data is
records of informations - names address, account number,statistics.
The numeric values in the original file are stored in what appears to
be a "p
Geoffrey wrote:
My questions ...
1) Does anyone recognize this numeric format ?
Seem to be some decimal coded binary, where you only use hexa from 0 to
9, coding corresponding decimal digits.
The trailing hexa F may be used to indicate the end of the number (if
number can have variable length) as
I am working on a file conversion project that reads data from a one
file format, reformats in and writes in out to another. The data is
records of informations - names address, account number,statistics.
The numeric values in the original file are stored in what appears to
be a "packed" data for