fpc/fcl/inc/util.inc
1998-05-27 11:42:28 +00:00

5 lines
70 B
PHP

Function IntToStr (I : Longint) : String;
begin
Str(I,Result);
end;