Xref: utzoo comp.databases:5540 comp.lang.c:27811 comp.sys.ibm.pc.programmer:920 sci.math.num-analysis:736 Path: utzoo!attcan!uunet!ogicse!orstcs!jacobs.CS.ORST.EDU!hughesl From: hughesl@jacobs.CS.ORST.EDU (Larry Hughes) Newsgroups: comp.databases,comp.lang.c,comp.sys.ibm.pc.programmer,sci.math.num-analysis Subject: Re: BCD Encoding? Keywords: BCD, dbase Message-ID: <17583@orstcs.CS.ORST.EDU> Date: 12 Apr 90 16:11:11 GMT References: <2024@naucse.UUCP> <1990Apr10.193710.20246@uwasa.fi> Sender: usenet@orstcs.CS.ORST.EDU Reply-To: hughesl@jacobs.CS.ORST.EDU.UUCP (Larry Hughes) Organization: Oregon State University - CS - Corvallis Oregon Lines: 12 Ah, the wonderful world of BCD. Actually, in the back of the "Programmer's Guide to the IBM PC by Peter Norton, there is a pretty good discussion of BCD formats - apparently there are more than one. I have tried, rather un- successfully, to break out one BCD format done by a program called MAGIC, so if anyone out there can offer suggestions, please respond by Email. There are binary to ascii conversion functions in most languages, these days, but dealing with the old BASIC format in PASCAL can be a problem. Other than that, I am afraid I could use some more info on the subject. l.e.h.