[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Problem with ReadCard
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Problem with ReadCard |
Date: |
Thu, 11 Mar 2010 15:42:36 +0000 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
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