Why cant I print the compass angle?
Whenever I store anything in the Extended variable type, I get confused. What is it for anyways?
SCAR Code:program New;
{.Include SRL\SRL.scar}
var cAngle: Extended;
begin
SetupSRL;
ActivateClient;
cAngle := rs_GetCompassAngleDegrees;
writeln(IntToStr(cAngle));
end.


Reply With Quote







.

And yeah, a lot of people get confused with that (even some members!) so don't worry too much. :] (My real name is Ian, so I'm changing my forum name to that).


