fork download
  1. program ideone;
  2.  
  3. uses SysUtils;
  4.  
  5. const Tactical_Stock:Double=1494208;
  6. var pomocniczy_string:String;
  7. begin
  8. ThousandSeparator:=' ';
  9. pomocniczy_string:=floattostrf(Tactical_Stock, ffNumber, 7,0);
  10. WriteLn(pomocniczy_string);
  11. end.
Success #stdin #stdout 0s 432KB
stdin
Standard input is empty
stdout
1 494 208