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);
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to