View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-13-2024 , 16:50   Re: Something about dynamic arrays
Reply With Quote #9

I suspect that the important thing to know about dynamic arrays is that the array handle is just a reference to the actually data and it can be stored like you would do with any other variable. This is why, you can store many of these array handles into a dynamic array making a pseudo-2D dynamic array.
__________________
fysiks is offline