[fpc-pascal] Array of Char

John Coppens john at jcoppens.com
Thu Aug 18 15:22:09 CEST 2005


On Thu, 18 Aug 2005 07:24:46 +0200
"Carsten Bager" <carsten at beas.dk> wrote:

> We are moving from another Pascal compiler where this is  
> allowed. 
> ---------------------- 

Type 
   txt_typ = packed array[0..1] of char; 
 
Const 
   txt1: txt_typ = '12'; 

without the parenthesis should work.

John




More information about the fpc-pascal mailing list