PR
I N T "
[!]00000
A"
·····Clears the screen, then displays the character
"A"
at the begin-
ning
of
the sixth line from the top.
Note:
The vertical bars I
...
f in
the
format description indicate
that
any one
of
the enclosed items may
be selected.
To
enter
the special characters for cursor control, press the I
GRAPH
I key; this places BASIC in
the
graphic character
input
mode and chaQges the form
of
the cursor
to
"llll".
Next
,
enter
the characters
as
follows.
[!] · · · · · · · · · · · · · · · Press the
[Q&]
key.
Ill···· ....... ···· Press the I
HOME
I key.
la············
··
· Press the
la
key.
ICI
· · · · · · · · · · · · · · · Press the
ICI
key.
D··
· ·
··
···
·
··
···
Press the D key.
0 · · · · · · · · · · · · · · · Press the 0 key.
After entering a special character, press
thel ALPHA lkey to return from the graphic character
input
mode to the alphanumeric
input
mode.
2. 3. 5. 2 PRINT USING
...................
.
...
(abbreviated
format
: ?USI.)
Format
Function
PRINT USING "format string" ; variable < {
~
} variable
..
. )
This statement displays
data
on
the screen in a specific format. The
format
specifi-
cation consists
of
a character
or
string
of
characters
in
quotation
marks, and is
specified immediately after the word USING
as
follows.
(1)
Format
specification strings
for
numeric values
(a)#
The
number
sign
is
used to specify the maximum
number
of
digits
to
be
displayed.
If
the
number
of
digits in
the
numb
~
r
displayed is smaller
than
the
number
of
# signs specified in
"format
string", numbers are right-
justified in the field defined
by
that
string.
(Example:)
10
A=
123
20 PRINT
USING"####";
A
RVNJ
123
38--
--~------------------------------
--
---------------------------------