aryIstmp

Determine if an array is temporary

Description:

This function returns a boolean value indicating whether the specified array is temporary. Temporary arrays are deleted once the last identifier which refers to them is annulled.

Invocation

void aryIstmp( Ary ary, int temp, int status )

Parameters :

ary
Array identifier.
temp
Returned holding a flag indicating whether the array is temporary.
status
The global status.