01-10-2023, 07:30 AM
(12-21-2022, 04:26 AM)SMcNeill Wrote: It generates a never-ending recursive call back to clock$, which keeps adding Date$ and Time$ to clock$, until they grow so large, you run out of memory and stack space and crash.
My question was that since the following code crashes with an Out Of Memory box:
Code: (Select All)
Dim Large(1024, 1024, 1024, 1024) As Double
Obviously because you can't assign an 8 Terabyte array,
then why can't QB64 display an Out Of Stack box??
Erik.