replacing text before clear()
-
Say I did a printat(42,24,"hello")
Then I wanted to remove some of that text, like the "el" is there a way to do that? -
Sort of - you'd have to draw a 100% opaque box over the letters "el" in the background colour. Unless someone has another idea?
-
So after I asked the question, it occurred to me that I could print a block character by changing the color of the font to the background and then printing a unicode character that represents a full block character. However I'm apparently misunderstanding which unicode characters I should be putting into that function
-
Printat(42,24," el") in the background colour