It seems to me that something like this should work:Since I have no other replies, I assume that there is not way to populate a 2d array by listing arguments. Is there another way to store the same data? An array of arrays maybe? I have not dealt with arrays within arrays and I'm not sure how to go about it, or their similarity with multidimensional arrays.VB Code:
Ax2 = Array(("q", "w", "e"), ("r", "t, "y"), ("u", "i", "o"))
Input, ideas, or examples?




Reply With Quote