FreeArray()

Syntax

FreeArray(Array())
Description
Free the specified 'Array()' and release all its associated memory. To access it again Dim has to be called.

Parameters

Array() The array to free.

Return value

None.

See Also

FreeList(), FreeMap()

Supported OS

All

<- CopyArray() - Array Index