|
@@ -249,7 +249,7 @@ begin
|
|
Result:=Result+Delimiter;
|
|
Result:=Result+Delimiter;
|
|
end;
|
|
end;
|
|
// Quote empty string:
|
|
// Quote empty string:
|
|
- If (Length(Result)=0) and (Count=1) then
|
|
|
|
|
|
+ If (Length(Result)=0) and (Count=1) and (QuoteChar<>#0) then
|
|
Result:=QuoteChar+QuoteChar;
|
|
Result:=QuoteChar+QuoteChar;
|
|
end;
|
|
end;
|
|
|
|
|