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-tp55888p40...
Sent from the Drools: User forum mailing list archive at
Nabble.com.