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