Hi
I'm calculating (programming) with nested arrays (MC15). I do two for loops, where the first is fixed in size, but the one inside this is dependent on the size of the nested parts in the array I use for the calculation. My problem is, that when I do this dependent sizing, I seems to work fine as long as the nested parts get larger, but if they are smaller than the largest nested part that have been calculated previously, the loop keeps this size, and fills in the "cells" which doesn't match the smaller part with the value from the larger part.
I hope this not a too cryptic explanation of my problem. I've attached and example of what I'm trying to explain.