BDI_PUTL
Put the named items with the type LOGICAL and given dimensions
Invocation
CALL BDI_PUTL( ID, ITEMS, NDIM, DIMS, DATA, STATUS )
Description
Writes the items specified by the ITEMS string with the type LOGICAL
Arguments
-
ID = INTEGER (given)
ADI identifier of BinDS, Array or Scalar object, or derivatives
thereof
-
ITEMS = CHARACTER*(*) (given)
List of items to be mapped
-
NDIM = INTEGER (given)
The dimensionality of the users data buffer
-
DIMS[NDIM] = INTEGER (ggiven)
The dimensions of the users buffer
-
DATA[] = LOGICAL (given)
The returned data
-
STATUS = INTEGER (given and returned)
The global status.
References