What is the maximum size of Bidimensional Array?
#10
Thank you for all the answers. You are very kind.

I realize the enormous size of memory that would be required: (3^14) * (3^14) * 1 nibble.

I think this array is the maximum I can span with the memory in my computer. I'll give it a try.
-----------------------
matrix = 3 ^ 10
DIM disaci(matrix, matrix) AS _UNSIGNED _BIT * 4

------------------
For Jack, it's a mathematical curiosity about a game. But I have to think of another way to do it.

To mnrvovrfc, thanks for the idea of TYPE and REDIM, I have to think about it.

Regards

Pedro
Reply


Messages In This Thread
RE: What is the maximum size of Bidimensional Array? - by Pedro - 11-12-2022, 07:42 PM



Users browsing this thread: 13 Guest(s)