FLDFget_node_data_label
Synopsis
Gets the label within one node data component
INTEGER FLDFget_node_data_label (field, comp, label, size)
INTEGER field(OIDSIZ)
INTEGER comp
CHARACTER*32 label
INTEGER sizeDescription
FLDFget_node_data_label gets the label string of one component of a Node_Data.
There is no corresponding FLDFset_node_data_label call. Use FLDFset_node_data_comp instead.
Parameters
A character string in which the string will be returned. The user is responsible for providing size bytes of storage.
An integer that sets the maximum length that the label may have. In practice, this is always the same as the length declared for the label array. If the label returned happens to be longer than size, it is truncated to size.
Examples
Files
See Also