- Aug
- 2,320
- 111
Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 25.00.11 x64 Windows 10 [Version 10.0.18362.239]
If I do;
Code:
setarray test[99999999999999]
...then;
Code:
echo %@arrayinfo[test,5]
276447231
Is the maximum size of an array dependent on available memory, or is it a set size?
If it is mentioned in the help file, I could not locate it.
Joe