DAT_ALTER

Alter object size

Description:

Alter the size of an array by increasing or reducing the last (or only) dimension. If a structure array is to be reduced in size, the operation will fail if any truncated elements contain components.

Invocation

CALL DAT_ALTER( LOC, NDIM, DIM, STATUS )

Arguments

LOC = CHARACTER  ( DAT__SZLOC ) (Given)
Object locator.
NDIM = INTEGER (Given)
Number of dimensions.
DIM = INTEGER( NDIM ) (Given)
Object dimensions.
STATUS = INTEGER (Given and Returned)
The global status.