[fpc-devel] Default IntToStr operator for '+' symbol.

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Fri Apr 29 10:23:41 CEST 2011


The Pascal way to avoid using too much IntToStr is:

begin
  s := Format('%d %d', [X, Y]);
end;

Much shorter, no?

And you can configure in multiple ways how to format the numbers.

-- 
Felipe Monteiro de Carvalho



More information about the fpc-devel mailing list