gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gm2] Modula 2 Syntax


From: Gaius Mulley
Subject: Re: [Gm2] Modula 2 Syntax
Date: Wed, 05 Aug 2015 15:43:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Gaius Mulley <address@hidden> writes:

Hello Georg,

>> I want to use a one letter string literal in a procedure call where a
>> String parameter is required. 
>>
>> WriteToken("=");
>>
>> but am getting compile errors:
>>
>> error: 1st actual parameter type 'CHAR' is incompatible with the
>> formal parameter type 'Str20'.

could I ask you for the type declaration of Str20 ?  Is it ARRAY OF CHAR
or ARRAY [0..19] OF CHAR ?

thanks,
Gaius



reply via email to

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