Thanks -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jason Morris Sent: Monday, March 06, 2006 6:01 PM To: [EMAIL PROTECTED] Subject: Re: JESS: Why won't this fire?
I think that Steve Donnaly wrote: >>The following rule will not fire as is, but if I remove the (bins ?bn) from >> the rule it will fire. Hi Steve, When you pattern match on a multislot, the variable must be decorated with the $ character. Replace your (bins ?bn) with (bins $?bn) and see if it works. Cheers, Jason ----------------------------------------------------- Morris Technical Solutions LLC www.morristechnicalsolutions.com [EMAIL PROTECTED] phone/fax: 503.692.1088 -------------------------------------------------------------------- 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] -------------------------------------------------------------------- -------------------------------------------------------------------- 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] --------------------------------------------------------------------
