pe_array_del

Removes an array object

Usage syntax

void pe_array_del (PE_ARRAY array);

Parameters
array The array object
Description

Pe_array_del releases the memory allocated to the specified array object. Array objects are used with PE_HTMETHOD and PE_ADHJCS objects.

Returns

None

Examples

pe_array_del(affine_array);