how to display long lists

From: Cornelius Hagen <cornelius.hagen_at_wiai.uni-bamberg.de>
Date: Tue 06 Apr 2004 11:08:23 AM GMT
Message-ID: <000001c41bc7$79e61460$89020d8d@CHAGEN>
Hello,
 
I have written a program that produces internally large lists of terms.
During debugging these lists are not displayed completely, but cut in
the tracer.
 
So I write them down into a file:    
    ...,
    open("debug.txt", append, S),
    write ( S, "comment " ),writeln (S, List ),
    close( S ),...
 
unformtunatelly with the same effect.
 
Is there a way to  obtain the complete list?
Thanks and best wishes
 
Cornelius

 
 
Received on Tue Apr 06 12:11:28 2004

This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:07:28 PM GMT GMT