next up previous contents
Next: ADI_NEWN Up: Creating and Destroying Previous: ADI_NEW

ADI_NEW1

  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



Web Master
Wed Oct 8 09:22:23 BST 1997