- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
This routine copies a line of
text representing AST_ data from a specified element of a one-dimensional character array. It is
intended for use when reading AST_ data from an HDS object (i.e an HDS _CHAR array).
Invocation
CALL KPG1_H2AST( DATA, ILINE, LINE, STATUS )
Arguments
DATA(
) =
CHARACTER
( ) (Given)
The character array from which the text is to be copied.
ILINE = INTEGER (Given)
The index of the
element in DATA which is to provide the text (the contents of other elements are ignored).
LINE =
CHARACTER
( )
(Returned)
The line of text obtained.
STATUS = INTEGER (Given and Returned)
The global status.
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑