- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑
Description:
The routine returns a logical value
indicating whether the specified NDF is temporary. Temporary NDFs are deleted once the last
identifier which refers to them is annulled.
Invocation
CALL NDF_ISTMP( INDF, ISTMP, STATUS )
Arguments
INDF = INTEGER (Given)
NDF identifier.
ISTMP = LOGICAL (Returned)
Whether
the NDF is temporary.
STATUS = INTEGER (Given and Returned)
The global status.
- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑