![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Get last digit of integer number
Use GetLastDigit function.
function GetLastDigit(Num: Integer): string;
begin
Result:=FloatToStr(Num mod 10);
end;
-
More for developers