DAT_FIND
Find named component
Description:
Obtain a
locator for a named component.
Invocation
CALL DAT_FIND( LOC1, NAME, LOC2, STATUS )
Arguments
LOC1 = CHARACTER
∗ (
DAT__SZLOC ) (Given)
Structure locator.
NAME = CHARACTER
∗ (
DAT__SZNAM ) (Given)
LOC2 = CHARACTER
∗ (
DAT__SZLOC ) (Returned)
Component locator.
STATUS = INTEGER (Given and Returned)
The
global status.
Notes:
If the structure is an array, loc1 must be explicitly associated with an
individual cell. If the component is a structure array, loc2 will be associated with the complete array,
not the first cell. Access to its components can only be made through another locator explicitly
associated with an individual cell (see
DAT_CELL).
Copyright © 2019 East Asian Observatory