04-12-2023, 11:48 PM
(This post was last modified: 04-12-2023, 11:48 PM by Kernelpanic.)
In the present case, the meta command "$Dynamic" should/could help. The $Dynamic metacommand is a compiler switch that causes the compiler to not reserve fixed memory space for arrays during compilation.
The storage space is only requested at runtime; see the thread about static and dynamic arrays.
Meta commands are to be specified as comments!
I tried it once. . . but I would have to kneel in too hard now.
The storage space is only requested at runtime; see the thread about static and dynamic arrays.
Meta commands are to be specified as comments!
I tried it once. . . but I would have to kneel in too hard now.

![[Image: Rem-Dynamic-2023-04-13.jpg]](https://i.ibb.co/QkPpd6z/Rem-Dynamic-2023-04-13.jpg)