More Dimensional Array

Xardas

New Member
Hello out there.

Well I've got a littel problem with arrays.
I wantet a array including another array that includes one last array, I wantet to make a little Map with x and y coords. So like :

worldpart ( x (y ( name, typ)))

Is there any way to get a such an array?
Thx for Help^^
 

Xardas

New Member
But now i have another question, is it possible to make a array like
Dim type(color,value) map(x,y,id) so like
Dim type(color,value) map(200,200,300) ?
Or is there a way to get the x and y coords if i have the id and an array like this

dim type(color,value,id) map(x,y) ?
 
Top