Interface
adi_newn( type, ndim, dims, id, status )
adi_newn<t>( ndim, dims, id, status )
>character*(*) type ; the type or class name
>integer ndim ; number of dimensions
>integer dims(*) ; number of elements
<integer id ; the new object identifier
Description
Allocate space for a n-D array of objects of the specified class or
type. This routine can create a new primitive or a new class instance
array. The routines with the standard single letter HDS type codes
appended create primitives of the indicated type.
Errors
ADI__INVTYP Unknown ADI type or class name