On Wed, 19 Dec 2001, Maurice Lombardi wrote:
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.
Just now tried it. Seems strange, but it works.
Thanks, Russ