11-12-2022, 07:42 PM
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
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