Adding two lists together

Hi,

Probably a very simple answer to this but I’m trying to add all the items in one list to the corresponding items in another. For example if one list read 1, 2 ,3 ,4, 5 and the other read 6, 7, 8, 9, 10 I would want an end product of a single list reading 7, 9, 11, 13, 15.

Thanks in advance,

Kieran

Try “+” node.

You can just use the + node for this, it’s no different than adding up single values.

EDIT: Apologies it seems to be playing ball now, I think my system was playing up, thanks for the quick responses.

No problem.

It was easy to solve after all :wink: