gm2
[Top][All Lists]
Advanced

[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 07:15:21 +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,

I've fixed this locally and will check in the fixes in a short while,

regards,
Gaius



reply via email to

[Prev in Thread] Current Thread [Next in Thread]