[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] internal error on assignment to VAR ARRAY OF CHAR
From: |
SiTex Graphics |
Subject: |
[Gm2] internal error on assignment to VAR ARRAY OF CHAR |
Date: |
Fri, 3 Jun 2011 17:26:20 -0400 |
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
UUID.def
Description: Binary data
UUID.mod
Description: audio/mod
- [Gm2] internal error on assignment to VAR ARRAY OF CHAR,
SiTex Graphics <=