[Home] [Back] [Up] [<<] [>>]

FieldNamesOnFirstLine

Determines whether a delimited-record file has the first line containing field names.

Syntax

int reportGetFieldNamesOnFirstLine(int *b);

int reportPutFieldNamesOnFirstLine(int bNewValue);

Syntax description

bpointer to the integer that receives whether the names have been specified to be on the first line.
bNewValuespecifies whether the field names are on the first line in the file. Zero means false and non-zero means true.
Return values

Returns zero to indicate success.