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