qbasicking is right. but i need to no how to add a 2d array like this
dim n(3,3)
x = n(3+3)
' i no this is wrong but its the only to describe it
and id also like to no how to display just one of the two
arrays like:
dim n(4,2)
print n(3, ) ' just show the first one