Overview
Memory.FreeArray (
number Structure )
Free memory of your allocated array.
(number) Address of your structure (returned number from Memory.CreateArray).
Nothing.
arr = Memory.CreateArray(ARRAY_INT, 150) Memory.FreeArray(arr)
See also: Related Actions