2009 SCREEN 1: KEYOFF: LOCATE1,24: PRINT"Why I can´t print here? :/"
Even I use KEYOFF, msx acts still like those color auto goto list run are still there and printing at row 24 makes my print to hop at row 23 (and whole text screen jumps one row upwards too, of course).
Screen 1 has 24 rows, I can use that row when writing BASIC program (after KEYOFF, naturally) so why I cannot print there in my program? Is it impossible in BASIC?
Login or register to post comments

. This will make BASIC think 25 lines can be displayed and will only scroll up when you put a CR-terminated line on #25. Gotta look that one up for ye though, but I assume a bloke like NYYRIKKI will do that faster from the back of his head.
I already tried it..... over twenty years ago......!!!! 