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
c
pointer to the character that will receive the specified delimiter.
cNewValue
specifies the delimiter.
Return values
Returns zero to indicate success.