Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

HDF_DFAN_PUTDESC


Syntax | Arguments | Keywords | Examples | Version History

The HDF_DFAN_PUTDESC procedure writes a description for the given tag and reference number in an HDF file.

Known Issues

Attempting to overwrite an existing description with a longer one fails.

Overwriting an existing description with a shorter description succeeds, but the description length is unchanged and garbage characters are left at the end of the description.

Syntax

HDF_DFAN_PUTDESC, Filename, Tag, Ref, Description

Arguments

Filename

A scalar string containing the name of the file to be written.

Tag

The tag number.

Reference

The reference number.

Description

A string or array of bytes containing the information to be written.

If a description does not exist, the Description variable will contain either a 0L (long-integer zero) or a blank string, and a warning message will be printed. Warning messages can be suppressed by setting the !QUIET system variable to a non-zero value.

Keywords

None.

Examples

See the example for HDF_DFAN_GETDESC.

Version History

Introduced: 4.0


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]