What do i use to end a repeat loop?
Thanks
Edit: also
Im running this in simba
But getting really high numbers, im trying to get it to retrun around 50SCAR Code:program new;
{.include SRL/SRL.scar}
Var I:Integer;
begin
SetupSRL;
MarkTime(I);
Wait(50);
TimeFromMark(I)
writeln(IntToStr(I));
end.
Thanks again



Reply With Quote






