You can then call each individual element by specifying the element in the sub-array. Like this... ARR[1,0]=10 You can declare a string array by writing a dollar sign after the array's identifier. Like this... DIM NAMES$[10] There are various commands that operate over arrays, but you can probably study them own your own. The most basic ones are probably PUSH, POP, SHIFT and UNSHIFT.