Hi, If want to add two list element wise how can i do it. like if pass list1 and list2, the elements should be added like list3 contains first element list1.get(0) + list2.get(0) and second contains list1.get(1) + list2.get(1) Regards, Raj
-- View this message in context: http://drools.46999.n3.nabble.com/accumulate-sum-and-ArrayList-tp55888p4027999.html Sent from the Drools: User forum mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
