For example a three element array looks like the one above. A one element array looks like: ARRAY[45]) The numbers you put in each element when dimming determine how many different values will be stored for that element. So, DIM ARRAY [10] can hold 10 different values. Note, *0* counts as a number, so it only goes up to nine. That's still 10 values, but when programming you have...