ON TIMER 100 Â REFRESH TEXT Â x = x + 1 Â IF x > 10 THEN PRINT $x$ Â PRINT $x$END TIMER
Is this due to the PRINT command change you made awhile ago (in 3.9.8 I think) so that when multiple PRINT commands execute in succession all the text would be displayed at once?