John Kauffman
11-19-2010, 09:06 PM
I have been unable to find an ASCII code or constant to clear screen in VGA.spin or VGA_Text.spin. This would be a code like 9 for tab.
The references I have found to ASCII control codes do not have a code for CLS listed.
Parallax_Serial_Terminal.spin uses:
CS = 16 ''CS: Clear Screen
For following
repeat
VgaText.str(STRING(16,"My Text"))
I get a delta symbol for the 16, plus MyText repeated on new lines
Thanks.
The references I have found to ASCII control codes do not have a code for CLS listed.
Parallax_Serial_Terminal.spin uses:
CS = 16 ''CS: Clear Screen
For following
repeat
VgaText.str(STRING(16,"My Text"))
I get a delta symbol for the 16, plus MyText repeated on new lines
Thanks.