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

Delimiter

The character that delimits the fields in the input text-file.
For fixed-width records, set this to zero (the null-character).

Syntax

int reportGetDelimiter(char *c);

int reportPutDelimiter(char cNewValue);

Syntax description

cpointer to the character that will receive the specified delimiter.
cNewValuespecifies the delimiter.
Return values

Returns zero to indicate success.