Dear jess users,
I have written one jess function:
(deffunction builds (?n $?rodes)
(foreach ?x $?rodes
(bind ?code (call ?*model* get_od ?x))
)
)
$?rodes is a multifield variable.
The method get_od take a String object as its argument.
I got no error when I run this function in Jess5.0a4.
How if I run it in JESS5.0a5. It produce an error when calling
the method get_od. The variable ?x is not treated as a string
in Jess5.0a5, while in Jess5.0a4 it is.
Is that we can no longer treat an atom as a string?
Thanks in advance,
Ning
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
---------------------------------------------------------------------
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]
---------------------------------------------------------------------