table_hdrval - access a header value.
SYNOPSIS
#include <../tablelib/table.h> char *table_hdrval(TableHead table, char *name, int i);
Access the header value name as an integer, double or string. If the value is an array the i'th value in the array is returned.
table_hdrval returns a pointer to the actual header buffer. It should not
be modified in any way.
SEE ALSO
table_colval
,
table_colvals
,
table_colvali
,
table_colvald
,
table_search
,
table_srange
,
table_svalue
,
table_rowloc
,
table_parsline
,
table_colpad
,
table_coladd
,
table_colarg
,
table_colnum
,
table_colnam
,
table_hdrfree
,
table_hdrnth
,
table_rowfree
,
table_header
,
table_rowput
,
table_hdrput
,
table_rowget
,
table_rowtrim
,
table_hdrvaln
,
table_hdrvali
,
table_hdrvald
,
table_hdrvals
,
table_hdrfind
,
table_extract
,
table_load
,
table_loadva
,
table_mode
,
table_ncol
,
table_ofs
,
table_ors
[Previous] [Next] [Up] [Top] [Edit]