Remember that JEss (and CLIPS) are not LISP, they only look like it. A
bare list is always interpreted as a function call. If you want to
pass a list as an argument to a function, use (create$) to actually
create a "multifield" object:

(store FOO (create$ A B C))


I think Frederico de Freitas wrote:
> 
> 
> Hello 
> 
> Can anyone help me in this simple problem? 
> 
> How do I store lists with the 'store' command in the 'Jess side' so as they 
> could be retrieved by the fetch command in the 'Java side`? When I put a list in 
> a `store' command, Jess tries to evaluate it,  considering the first element as 
> a function name.
> 
> Thanx in advance
> 
> Fred Freitas
> ------------------------------------------------
> Phd Student - UFSC - Brasil
> Currently at University of Karlsruhe - Germany
> 
> ---------------------------------------------------------------------
> 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]
> ---------------------------------------------------------------------
> 
> 


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