[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.28
SDDS_DeleteColumn
name:
SDDS_DeleteColumn
description:
Deletes a named column from the current data table of a data set. If another data table is subsequently read in, the column reappears in the new data table.
synopsis:
#include ”SDDS.h”
int32_t SDDS_DeleteColumn(SDDS_TABLE *SDDS_table, char *column_name)
arguments:
SDDS
_table:
Address of the SDDS_TABLE structure for the data set.
column
_name:
A NULL-terminated character string giving the name of the column to delete.
return value:
Returns 1 on success. Returns 0 on failure, and records an error message.
see also:
SDDS
_DeleteParameter
SDDS
_DeleteUnsetColumns
SDDS
_SetColumnFlags
SDDS
_SetColumnsOfInterest
SDDS
_NumberOfErrors
SDDS
_PrintErrors
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]