Hi,

I have difficulty in assigning an input variable as a result of a rule.

e.g.
(defrule rule1
   (condition)
   =>
   (store value1 = ?input_value_1)
   (store value2 (* ?input_value_2 ?input_value_3)))

What is the correct syntax to store the input_value_1 to an output variable?

Thanks,
Hari
-- 
View this message in context: 
http://www.nabble.com/Assign-an-input-variable-to-an-output-variable--tf3802149.html#a10757906
Sent from the Jess mailing list archive at Nabble.com.

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