Often when working with arrays, I want to spread elements evenly between two reference planes, but not have an element at one or both reference planes. Currently to make this happen, I have to add another reference plane a calculated distance from the "end" reference plane and attach my arrays to that, and do lots of math and formulas. Also, if I want "1 element in the middle" to be an option, the array breaks so I have to control it with visibility settings and it gets complicated. This could all be solved if there was an option in arrays to turn off the end or beginning elements. Nothing else would have to change. So for my "1 element in the middle" problem, the array number would be three. One at the ends that aren't visible, and one in the middle.