Schrijver
| I want to learn MSX BASIC
|
------ msx novice Berichten: 18 | Geplaatst: 07 Augustus 2003, 19:45   |
Where can i find a page on MSX BASIC v2.1?
And how do i access the 0 column mode?
|
|
GuyveR800 msx guru Berichten: 3048 | Geplaatst: 07 Augustus 2003, 20:52   |
I guess you mean 80 column mode. In BASIC, use the "WIDTH 80" command.
There are lots of books available on MSX BASIC, the best way to learn (in my experience at least) is to have a list of all commands with an explanation (available in most books), and then look at other people's programs, modify them etc...
|
|
------ msx novice Berichten: 18 | Geplaatst: 07 Augustus 2003, 21:10   |
When i use WIDTH 80 i can't see the first 10 columns because they are too far to the left. How can i move the screen?
|
|
BiFi msx guru Berichten: 3142 | Geplaatst: 07 Augustus 2003, 21:18   |
With SET ADJUST you can move the screen to a more readable setting:
SET ADJUST (X,Y)
Both X and Y are from -7 to 8 (0 = default middle)
|
|
|
|
|