Editing
SuperBASIC
(section)
From F256 Foenix
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===== Control characters for cursor and colour control ===== In BASIC the following character codes can be used with <code>print</code> to control the cursor position and colours on the screen. {| class="wikitable" !Code !Effect |- |chr$(1) |Set cursor to leftmost position in current line |- |chr$(2) |Cursor left |- |chr$(5) |Set cursor to righmost position in current line |- |chr$(6) |Cursor right |- |chr$(11) |Deletes characters from cursor position to line end |- |chr$(12) |Clear screen and set cursor to upper left corner |- |chr$(13) |Move cursor to start of next line |- |chr$(14) |Cursor down |- |chr$(16) |Cursor up |- |chr$(128) - chr$(143) |Set foreground color. Code 128 is black 143 is white. The rest follows the sequence given below |- |chr$(144) - chr$(159) |Set background color. Code 144 is black 159 is white. The rest follows the sequence given below |} {| class="wikitable" !Colour code !Colour !Colour code !Colour |- |0 |Black |8 |Dark grey |- |1 |Grey |9 |Light grey (default foreground) |- |2 |Dark blue (default background colour) |10 |Blue |- |3 |Green |11 |Light green |- |4 |Purple |12 |Light purple |- |5 |Brown |13 |Red |- |6 |Orange |14 |Yellow |- |7 |Light blue |15 |White |}
Summary:
Please note that all contributions to F256 Foenix are considered to be released under the Creative Commons Zero (Public Domain) (see
F256 Foenix:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Page actions
Page
Discussion
Read
Edit
Edit source
History
Page actions
Page
Discussion
More
Tools
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Search
Tools
What links here
Related changes
Special pages
Page information