05-06-2022, 10:19 PM
Bottom row or two are the auto-scroll lines. Only way to print to them without scrolling is to use LOCATE and then end your PRINT line$ with a semicolon.
LOCATE LastLine, 1
PRINT LineToPrint$;
LOCATE LastLine, 1
PRINT LineToPrint$;