Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Maximum Number of Attachments per Thread Magdha 7 483 01-13-2026, 10:13 AM
Last Post: Magdha
  Font Size in Threads Dimster 5 377 12-12-2025, 04:49 PM
Last Post: Dimster
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 11 1,084 11-10-2025, 07:23 PM
Last Post: madscijr
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 0 227 10-26-2025, 06:58 PM
Last Post: madscijr
  getting the number of dimensions in an array on the fly? madscijr 7 752 09-16-2025, 12:34 AM
Last Post: madscijr

Forum Jump:


Users browsing this thread: 1 Guest(s)