I think Arjuna Indrajith Marambe wrote:
>             Hello everyone,
>                         Could someone tell me how to use the
> "retract-string" function in jess.  I am using something like this.
> (retract-string "hello world") but I get an error message.

The argument has to be precisely in the same format as the argument to
"assert", except as a string. You've omitted the parentheses.

        (retract-string "(hello world)")

> Regards
> Arjuna.

P.S. I don't want to sound like the Emily Post of the Internet, but
please don't send HTML mail to this or any mailing list. It uses up
more bandwidth and storage space, and many people's mail readers don't
like it. In fact, some poorly formed multipart HTML messages are being
rejected these days by overzealous virus filters.


---------------------------------------------------------
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