On Thu, 18 Aug 2005 07:24:46 +0200
"Carsten Bager" <[EMAIL PROTECTED]> 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

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to