or... 350 PRINT "paper";n;SPC(32)
This one prints text with selected background and
left over chars with selected background.
Each line has the same backround color that I am looking for.
One line blue, one line yellow, etc and the pattern goes on.
But the first 25 lines are printed like a loading bar not as a block.
After line 25 the lines are printed like a block.
Can I make it look like that it prints the whole line in one movement
and not incremental?
Is there a way to pre-calculate the string I want to print
like str$=str1$+str2$:print str$