Arrays work like this for any one wondering: an array is just a variable with multiple values, DIM ArrayName[10] has 10 values in it, to pull out a value put ArrayName[5] (or any number within the number you put at the DIM command), but the DIM command must specified first before pulling out a value from they array. DIM declares the Array. The brackets in the DIM command tell you how many