- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑
Description:
The routine deletes a
named extension in an NDF together with its contents, if any. No error results if the
specified extension does not exist.
Invocation
CALL NDF_XDEL( INDF, XNAME, STATUS
)
Arguments
INDF = INTEGER (Given)
NDF identifier.
XNAME = CHARACTER
(
)
(Given)
Name of the extension to be deleted.
STATUS = INTEGER (Given and Returned)
The
global status.
- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑