Hello, lately I noticed that if I want to print repeatedly to console something, I see only ONE line. The console'll show all text-lines, only when the program is closed. This problem happens whether I click on a button repeatedly: Public Sub Button1_Click() Print "abcdefg" End whether the command "Print" is inside a loop. Regards vuott