Hi, I want to use a 3d array to act as a map. I have more than one integer that I need to store in a single elemnt of the array, for example I want element [0],[0],[0] to hole values 0,16 and 54. Is this possible to do and if so, can the integers be accessed seperatley at a later date?

Thanks