LazReport, another force variant to be internally float type instead of string (fpc bug?), fix using this variant in arithmetic operations

git-svn-id: trunk@23573 -
This commit is contained in:
jesus 2010-01-27 16:38:34 +00:00
parent e7f9ce2bad
commit fbc729bcf6

View File

@ -9379,7 +9379,7 @@ begin
dkAvg: d := avg;
dkCount: d := count;
end;
val := FloatToStr(d);
val := d;
end
else if DataSet = nil then
begin