How fonts converted to the 12-digit integer
How fonts converted to the 12-digit integer (or float) in C.
Following codes in Delphi.
-----------------------------------------
var YAZI : String; SAYI : Double;
begin
YAZI := '123456789123';
SAYI := FloatToStr(SAYI.Text);
end;
-----------------------------------
How in C language?
Topic archived. No new replies allowed.