If I stored the numbers as a string, a(0,0,0) = "0,23,50" and used the comma as a delimeter would that work. If this would work then would it make a signifficant difference in time, to seperate the string and then use each value?

Also, is there a way to store for example a memory location, or a suitable type of location in the array, and then in this location store a set of integers?

thanks