ARY_CLONE

Clone an array identifier

Description:

The routine produces a "cloned" copy of an array identifier (i.e. it produces a new identifier describing an array with identical attributes to the original).

Invocation

CALL ARY_CLONE( IARY1, IARY2, STATUS )

Arguments

IARY1 = INTEGER (Given)
Array identifier to be cloned.
IARY2 = INTEGER (Returned)
Cloned identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: