12-29-2008 12:49 PM
Cory K wrote:Altenbach, what is the name of the function you used in your second example?
01-15-2009 05:17 PM
Made a few changes to the original code I post. The attached will sum indexes of the old and new array.
Note that when LV sums arrays of different sizes the larger array is truncated and you get a summed array of the smaller size. To work around this i padded the shorter array with zeros to make its size identical to the larger then summed identical size arrays. Anyhow, if my reply is not too late hope this helps