ICE: Array of cumulative sums Posted on April 7, 2011 by xsisupport If you have an array like [4,9,7,2], how do you get an array like [4,13,20,22], where each element is the cumulative sum of elements in the first array? One possible approach would be to use a Repeat with Counter with Select SubArray in Array. Share this:TwitterFacebookLike this:Like Loading... Related
Nice one, Stephen! thanks