aryNoacc

Disable a specified type of access to an array

Description:

This function disables the specified type of access to an array, so that any subsequent attempt to access it in that way will fail. Access restrictions imposed on an array identifier by this routine will be propagated to any new identifiers derived from it, and cannot be revoked.

Invocation

void aryNoacc( const char access, Ary ary, int status )

Notes:

Disabling each type of access imposes the following restrictions on an array:

Parameters :

access
The type of access to be disabled: BOUNDS , DELETE , MODIFY , SCALE , SHIFT , TYPE or WRITE .
ary
Array identifier.
status
The global status.