Im have troubles. I cant get the value of an extended variable to become a integer. im using the "FindDeformedBitmapToleranceRotationIn" I want the angle and accuracy to be writen out. and this is simplified version of what i thought would work but it doesnt.
SCAR Code:program New;
var
a: Extended;
b: integer;
begin
a:=0.75636789;
Round(a*100);
b:=a;
writeln(IntToStr(b));
end.



Reply With Quote





