deleting removing array

 

Hello,

How do I remove a static array to free the memory space?

FreeArray only works on dynamic array's not on static and arr = NULL gives an illigal array excess exception

tcheers Andre  

 
AMvanRijsbergen:

Hello,

How do I remove a static array to free the memory space?

FreeArray only works on dynamic array's not on static and arr = NULL gives an illigal array excess exception

tcheers Andre  

By definition you can't.
 
Thank you.