Stopping linefeed programatically in MMSASIC on CMM2
Author
Message
Herry
Senior Member
Joined: 31/05/2014
Location: AustraliaPosts: 261
Posted: 07:34am 29 Aug 2020
TassyJim said
Works for me.
CLS
PRINT@(100,200)"hello";
PRINT " there!"
Maybe it's because I am using:
N$ = "hello"
print @(100,200)N$;
When I repeat that line, the cursor moves down (the screen moves up)
(Thanks for bearing with me!)