AppleSoft Basic had a SPEED command which set the speed at which characters were sent to the screen. Running some converted programs now on PC-BASIC causes the program text to scroll by too fast to read. Is there a way in PC-BASIC to slow the printing of text to the screen? Currently the only way I've found to slow the display down is to add INPUT lines which require a key-press to continue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
AppleSoft Basic had a SPEED command which set the speed at which characters were sent to the screen. Running some converted programs now on PC-BASIC causes the program text to scroll by too fast to read. Is there a way in PC-BASIC to slow the printing of text to the screen? Currently the only way I've found to slow the display down is to add INPUT lines which require a key-press to continue.