MemCom Reference Manual > MemCom ftn Fortran API > Sparse Table Functions > mcf_st_cell_clear

Name

mcf_st_cell_clear — Clear a sparse-table cell

Synopsis

subroutine mcf_st_cell_clear(dsid,row_index,column_index,status)
integer*4 dsid
integer*8 row_index
integer*8 column_index
integer*4 status

Description

mcf_st_cell_clear clears, for the sparse-table dataset identified by dsid, the cell identified by the row index row_index and the column index column_index. The cell may or may not be empty before calling mcf_st_cell_clear. Afterwards, the cell is empty.

mcf_st_cell_clear does not affect the row's sorting order, if any.

Parameters

dsid (input)

Dataset identifier.

row_index (input)

Row index, starting at 1.

column_index (input)

Index of the column whose data element size is requested. Column indices start at 1.

status (output)

If no error occurred, 0 is returned. Otherwise, a negative value indicating the MemCom error number is returned.

See Also

mcf_st_dataset_clear

mcf_st_cell_set

mcf_st_row_clear