SCAR Code:procedure WhereAmI;
var
Pro : Tpoint;
TP : TMe;
begin
TP := GetMe;
Pro := TP.Tile;
Writeln('Point('+Inttostr(Pro.x)+','+IntToStr(Pro.y)+')');
end;
This was working fine when I left for vacation 1.5 weeks ago, now it returns this:
SCAR Code:Point(33554430,33554430)
Successfully executed
The point is actually Point(335, 4430). What am I doing wrong and how can I fix it?





Reply With Quote










