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

Qualifier

The character used as a text-qualifier in delimited records.
If no text-qualifier is used, leave/set this to zero (the null-character).

Example

In the following row, the double quotes character is used as a text-qualifier:

"string value 1","string value 2",4,5,6,"this string, contains a comma"

Syntax

int reportGetQualifier(char *c);

int reportPutQualifier(char cNewValue);

Syntax description

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

Returns zero to indicate success.