Returns the recursive addition of elements of an array.
array[i] := array[i] + array[i-1]
if array in = [1,2,3,4,5]
it will send [1,3,6,10,15]
Bypasses the module.
Array input flow(s).
Array output flow(s).
version 4.1.201021 GWPD birthday
Edit All Pages