Russell Whitaker wrote:
type
  ptrline  = ^Line;
  Line = string ( );
just replace this by
type
    ptrline = ^string;
You do not need cap, and a faulty construct, even if the compiler
misses an error.
Maurice
-- 
        Maurice Lombardi
Laboratoire de  Spectrometrie Physique,
Universite Joseph Fourier de Grenoble, BP87
38402 Saint Martin d'Heres Cedex     FRANCE
Tel: 33 (0)4 76 51 47 51
Fax: 33 (0)4 76 63 54 95
mailto:Maurice.Lombardi@ujf-grenoble.fr