|
@@ -1865,7 +1865,7 @@ begin
|
|
// float - currency
|
|
// float - currency
|
|
try
|
|
try
|
|
{$Q+}
|
|
{$Q+}
|
|
- aCurrency:=aCurrency - TResEvalCurrency(RightValue).Value;
|
|
|
|
|
|
+ aCurrency:=Flo - TResEvalCurrency(RightValue).Value;
|
|
{$IFNDEF OverflowCheckOn}{$Q-}{$ENDIF}
|
|
{$IFNDEF OverflowCheckOn}{$Q-}{$ENDIF}
|
|
Result:=TResEvalCurrency.CreateValue(aCurrency);
|
|
Result:=TResEvalCurrency.CreateValue(aCurrency);
|
|
except
|
|
except
|