Actually, while CLIPS may support this, Jess never has, not in 4.4 or
any other version; so this is not a change in 5.0.

The functionality you want shouldn't be too hard to code up, so you're
invited to do so. Just call Rete.listFacts() and scan through the
Enumeration (the facts will be in order of ascending id.) You could
write it as a (defadvice) for the existing (facts) function, if you
like. 

I think Ashraf Afifi wrote:
> 
> 
> 
> Hi,
>      In jess4.4 and clips if you type (facts n1 n2),  the shell displays the
> facts that have index numbers between n1 and n2.
>      In Jess 5 the same command displays all facts.
> 
> Ashraf Afifi
> 


---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9012                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to