Cool, works like a charm...

Thanks
Joe



----- Original Message ----
From: Florian Fischer <florian.fisc...@sim.hcuge.ch>
To: jess-users@sandia.gov
Sent: Wednesday, September 2, 2009 3:56:32 PM
Subject: Re: JESS: how to dumping rules ?

Maybe that is what you want?

(bind ?it ((engine) listDefrules))
(while (?it hasNext)
   (printout t (ppdefrule ((?it next) getName)) crlf crlf)
)

Regards,
Florian

> On Wed, Sep 2, 2009 at 11:25 AM, jo <etaoi...@yahoo.com 
> <mailto:etaoi...@yahoo.com>> wrote:
> 
>     Hi
> 
>     I tried to dump the rules loaded at some point in time as follows
>     but it did not work out...
>     I do not know the names beforehand and have to figure out why they
>     are not firing...
> 
> 
-- 
Florian Fischer
Hôpitaux Universitaires de Genève
Service d'Informatique Médicale
Rue Gabrielle-Perret-Gentil 4
CH-1211 Genève 14
Tél: +41 22 3728861




--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users y...@address.com'
in the BODY of a message to majord...@sandia.gov, NOT to the list
(use your own address!) List problems? Notify owner-jess-us...@sandia.gov.
--------------------------------------------------------------------





--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users y...@address.com'
in the BODY of a message to majord...@sandia.gov, NOT to the list
(use your own address!) List problems? Notify owner-jess-us...@sandia.gov.
--------------------------------------------------------------------

Reply via email to