aryDelet

Delete an array

Description:

This function deletes the specified array. If this is a base array, then the associated data object is erased and all array identifiers which refer to it (or to sections derived from it) become invalid. If the array is mapped for access, then it is first unmapped. If an array section is specified, then this function is equivalent to calling aryAnnul.

Invocation

void aryDelet( Ary ary, int status )

Notes:

Parameters :

ary
Identifier for the array to be deleted. A value of NULL is returned.
status
The global status.