From jps0123@club-internet.fr Wed Feb 28 09:56:59 2001
Received: from front2m.grolier.fr (front2m.grolier.fr [195.36.216.52])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f1S8uxZ23553
	for <prolog@swi.psy.uva.nl>; Wed, 28 Feb 2001 09:56:59 +0100 (MET)
Received: from club-internet.fr (nas8-157.mci.club-internet.fr [213.44.82.157])
	by front2m.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id JAA11684
	for <prolog@swi.psy.uva.nl>; Wed, 28 Feb 2001 09:56:57 +0100 (MET)
Message-ID: <3A9CBCCA.25A40FB6@club-internet.fr>
Date: Wed, 28 Feb 2001 09:54:34 +0100
From: jean pierre spagnol <jps0123@club-internet.fr>
Organization: personnel
X-Mailer: Mozilla 4.5 [fr] (Win98; I)
X-Accept-Language: fr
MIME-Version: 1.0
To: prolog@swi.psy.uva.nl
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: [SWIPL] problem with listing

Hello
I have a problem with the predicate "listing". I have a program which
build a list of clause: regle(A,B,C) :- Body. When I want to store the
list in a file automatically it is impossible. It seems there are too
many clauses. Is there a limit size for using the predicate listing. My
list of rules is about 2000. If there is, how can I solve the problem.
Another question. Is there a limit size for the number of elements in a
list?
Thank you for your help.



