I want to build an array with a start control, stop control, and increment control. This array would take the value of the stop control minus the start and divide by the increment to get the number of elements. Then I want to take the start point and add the increment to it, then add the increment to the new value until all of the iterations are complete and load these values into the array. Is this possible?