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