04-07-2013 08:10 PM
Hello, I have been trying to find a way to do the summation of an array, by summing 19 points at a time, leaving me with another array. I feel like this has a simple solution but I am not so sure how to do so.
Thank you.
Solved! Go to Solution.
04-07-2013 08:26 PM
A while loop containing Array Subset can do it.
Lynn
04-07-2013 08:39 PM - edited 04-07-2013 08:41 PM
Thank you very much for the help. This is exactly what I needed!