Hi,

The following multifield functions work well under CLIPS but
not with JESS - however, no errors are reported in Jess.
Code snippet :
   ...
 
   (OBJECT (names $?x))  - defined suitably with multislot for names
   ...
   ...
   
   (bind ?size (length $?x))
   
   (bind ?first-name (nth 1 $?x)) 

I have tried  (bind ?size (length$ ?x)) which gives the same response - no
errors reported but does not work as expected.

Any information will be useful.

Venkat

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to