Hi Jason,
Simply add a semicolon to the end of the BASIC PRINT statement and it
will not print the CR.
Ken
On 7/5/17 6:44 AM, Jason Benson wrote:
Hey guys, I've been trying to write a simple Game of Life program for
the Model 100 and I'm having trouble understanding how to print
character blocks to the screen without it adding a carriage return after.
I want to print my Life grid on the screen, and then overwrite it with
each new generation without scrolling. I know how to do this with the
PSET command for an individual pixel, but it's way too slow to refresh
my whole screen that way. Is there a way to print a whole character at
a given coordinate in the same way?
-Jason