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 size

Description

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

cell_set

The integer id of a cell_set, such as is returned by the FLDFget_cell_set routine.

comp

An integer that specifies which component's [0-n] label to get.

label

A character string in which the string will be returned.

size

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.