Tab(
---------------------
Different to basic
Tab is the same as in BBC Basic except that the
Output
statement
now affects it.
Tab(
n
)
Tab(
x
,
y
)
Example:
Rem
Move text cursor to column n (column 10).
Tab(
10
)
Rem
Move text cursor to screen position x,y (upper left corner).
Tab(
0,0
)
For further info about Graphics in WimpBasic click here.