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);