aryIsacc

Determine whether a specified type of array access is available

Description:

This function determines whether a specified type of access to an array is available, or whether it has been disabled. If access is not available, then any attempt to access the array in this way will fail.

Invocation

void aryIsacc( Ary ary, const char access[ARY__SZACC+1], int isacc, int status )

Notes:

The valid access types control the following operations on the array:

Parameters :

ary
Array identifier.
access
The type of array access required: BOUNDS , DELETE , SHIFT , TYPE or WRITE (see the Notes section for details).
isacc
Returned holding a flag indicating whether the specified type of access is available.
status
The global status.