Hallo!
I have a programming question:
I have a list
(1 2 3 4 5 6 7 8)
and I have a list that I use for filtering of the previous list:
(1 2 nil nil nil 6 7 8)
I want to get the result
(1 2 12 6 7 8)
In other words I need to know how to make a loop, that would trigger the accumulation (accumulative addition) of the numbers of the original list at places that are nil in the filtering list.
(I want to use this function to add together the filtered durations from a list.)
Please, can you help me out here?
I kindly ask you to give your answer in graphical programming!
Best regards!
Aliser