my_basic icon indicating copy to clipboard operation
my_basic copied to clipboard

Crash when setting larger array sizes

Open blazer2k1 opened this issue 2 years ago • 0 comments

How do I set the max possible amount of memory with arrays?

Doing something like this I get Out of Memory errors:

Dim a(200,200)

setting _HT_ARRAY_SIZE_DEFAULT to MID or BIG crashes the interpreter.

blazer2k1 avatar Oct 11 '23 23:10 blazer2k1