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

Florian Klaempfl florian at freepascal.org
Fri Apr 29 15:42:22 CEST 2011


Am 29.04.2011 10:23, schrieb Felipe Monteiro de Carvalho:
> The Pascal way to avoid using too much IntToStr is:
>
> begin
>    s := Format('%d %d', [X, Y]);
> end;
>
> Much shorter, no?

... or writestr(s,x,' ',y);



More information about the fpc-devel mailing list