[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] internal error on assignment to VAR ARRAY OF CHAR
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] internal error on assignment to VAR ARRAY OF CHAR |
Date: |
Fri, 10 Jun 2011 15:00:13 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
SiTex Graphics <address@hidden> writes:
> Hi Gauis,
>
> GM2 reports an internal error when trying to assign a CHAR or constant
> string to a VAR ARRAY OF CHAR parameter. E..g,
>
> PROCEDURE test(VAR s : ARRAY OF CHAR);
> BEGIN
> s:="00";
> s:="0";
> END test;
>
> Test code attached. Compile with
>
> gm2 -c UUID.mod
>
> Tested with the latest CVS and the CVS from July 2, 2010.
>
> -Scott
Hi Scott,
now fixed in the latest cvs (applied fix to head and 4.1.2 branch),
regards,
Gaius