[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, 03 Jun 2011 23:38:11 +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.
Hi Scott,
many thanks - ah yes indeed it breaks 'cvs latest'. Will examine this
and get back to you,
regards,
Gaius