Memory.FreeArray

Memory.FreeArray ( 

number  Structure )

Description

Free memory of your allocated array.

Parameters

Structure

(number) Address of your structure (returned number from Memory.CreateArray).

Returns

Nothing.

Example

arr = Memory.CreateArray(ARRAY_INT, 150) Memory.FreeArray(arr)

See also:  Related Actions

Сайт управляется системой uCoz