Closed ollydev closed 3 years ago
If dynamic array is on the stack a new uninitialized var is created. This was then SetLength(arr, 0) on what is likely random memory.
SetLength(arr, 0)
If dynamic array is on the stack a new uninitialized var is created. This was then
SetLength(arr, 0)
on what is likely random memory.