Volhout Guru
 Joined: 05/03/2018 Location: NetherlandsPosts: 5994 |
| Posted: 06:38am 31 Aug 2020 |
|
|
|
Are you typing this from the commandline ? OR in a program.
The ";" forces the cursor to stay at that location, ready for the next print. But if you type this command from the commandline, and type <enter> the whole screen may scroll one line (depending where you are typing).
If this is happening in a program, that will not happen, and you will get the text as described by TassyJim and matherp.
So, type "F4" (the editor), and type the 2 lines that where proposed. Then type "F2" to run them.
Success.. |