Interface
adi_new1( type, n, id, status )
adi_new1<t>( n, id, status )
>character*(*) type ; the type or class name
>integer n ; number of elements
<integer id ; the new object identifier
Description
Allocate space for a 1-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