FLDFget_cell_data_id
FLDFset_cell_data_id
Synopsis
get/set the data id in a component of a cell data in a specified cell set
INTEGER FLDFget_cell_data_id (cell_set, comp, id)
INTEGER cell_set(OIDSIZ)
INTEGER comp
INTEGER id
INTEGER FLDFset_cell_data_id (cell_set, comp, id)
INTEGER cell_set(OIDSIZ)
INTEGER comp
INTEGER id
Description
These routines set and get the data id within a specified cell data components in a specified cell set.
Parameters
cell_set
The integer id of cell set, such as that returned by FLDFget_cell_set.
comp
An integer index that sets which cell data component to access.
id
In FLDFget_cell_data_id, id is an integer in which the id will be returned.
In FLDFset_cell_data, id is an integer from which the id will be copied.