FLDFget_cell_data_label
Synopsis
get the label of cell data component
INTEGER FLDFget_cell_data_label (cell_set, comp, label, size)
INTEGER cell_set(OIDSIZ)
INTEGER comp
CHARACTER*32 label
INTEGER sizeDescription
FLDFget_cell_data_label gets the label string for a specified component of cell data.
There is no corresponding FLDFset_cell_data_label call. Use FLDFset_cell_data_comp instead.
Parameters
An integer that sets the maximum length that the label may have. In practice, this should be 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