Slight problem with calculation of number of lines of text that can be displayed
#2
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$;
Reply


Messages In This Thread
RE: Slight problem with calculation of number of lines of text that can be displayed - by SMcNeill - 05-06-2022, 10:19 PM



Users browsing this thread: 1 Guest(s)