[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Problem with ReadCard
From: |
Martin Kalbfuß |
Subject: |
Re: [Gm2] Problem with ReadCard |
Date: |
Thu, 11 Mar 2010 20:56:38 +0100 |
Hi Gaius,
I don't know if this is fixed now, too. But SWholeIO.ReadInt had the
same problem.
Am Donnerstag, den 11.03.2010, 15:42 +0000 schrieb Gaius Mulley:
> Martin Kalbfuß <address@hidden> writes:
>
> > Hi,
> >
> > MODULE test;
> >
> > VAR n : CARDINAL;
> >
> > BEGIN
> >
> > ReadCard(n);
> > WriteCard(n, 1);
> > WriteLn();
> >
> > END test.
>
> Hi Martin,
>
> thanks for the bug report - now fixed in the latest cvs.
> WholeIO.ReadCard did not subtract ORD('0') from each digit
> encountered..
>
> regards,
> Gaius