ARY_TEMP

Obtain a placeholder for a temporary array

Description:

The routine returns an array placeholder which may be used to create a temporary array (i.e. one which will be deleted automatically once the last identifier associated with it is annulled). The placeholder returned by this routine may be passed to other routines (e.g. ARY_NEW or ARY_COPY) to produce a temporary array in the same way as a new permanent array would be created.

Invocation

CALL ARY_TEMP( PLACE, STATUS )

Arguments

PLACE = INTEGER (Returned)
Placeholder for a temporary array.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: