|
@@ -2294,7 +2294,7 @@ Var
|
|
end;
|
|
end;
|
|
If thousand And (Digits[N]<>'-') Then
|
|
If thousand And (Digits[N]<>'-') Then
|
|
Begin
|
|
Begin
|
|
- If (DigitExponent Mod 3 = 0) And (DigitExponent>0) and (N > 1) Then
|
|
|
|
|
|
+ If (DigitExponent Mod 3 = 0) And (DigitExponent>0) Then
|
|
Begin
|
|
Begin
|
|
Buf[0] := FormatSettings.ThousandSeparator;
|
|
Buf[0] := FormatSettings.ThousandSeparator;
|
|
Inc(Buf);
|
|
Inc(Buf);
|