12Me21 told how to make arrays, so I'll explain them. Arrays are special variables that can hold more than one value. There are 3 types of arrays that can each hold things in up to four dimensions. (you'll mostly use the first 2) The integer array holds numbers but can't store decimals, the real array holds numbers that can have decimals, and the string array that can hold text.