pe_array_del |
Removes an array object
void pe_array_del (PE_ARRAY array);
array | The array object |
Pe_array_del releases the memory allocated to the specified array object. Array objects are used with PE_HTMETHOD and PE_ADHJCS objects.
None
pe_array_del(affine_array);