APPENDIX
III:
NETWORK 3 BASIC (NBASIC) INFORMATION
a. NETWORK 3 BASIC QUICK REFERENCE
This section
summarizes
Disk
BASIC
instructions
which are available in Network 3
BASIC. All Model
III
BASIC
(non-disk)
commands
are
available in
NBASIC
(see
the
green reference
card
that
comes
with
each TRS-80 Model
III
for a
list
of these
commands).
In
the
c
ommand
s list
ed
on
the
left side of
the
page
, upper-case
letter
s
and
words
are literal; i.e.,
they
are
to
be
used
exactly
as
is. Italicized lower-case
letters
and
words
with
one of
these
commands
represent
information
to
be supplied
by
the
user. Below
the
explanation
for each
command
appears
one or more examples of
its
use
.
CLOSE . . . . . . . . . . . . . . . . . . . . . . . . . . Closes all open buffers or specified
buffer(s).
CLOSE
CLOSEl
,4
CLOSEN
CMD"B "
,"
switch
"
Enable
/disable
the
I BREAK I key.
CMD"B
",
"ON
"
CMD"B ",
"OFF
"
CMD"E "
Displays
NETWORK
error
message again.
CMD"E
"
CMD"H ", "
OF
F" . . . . . . . . . . . . . . . . . .
Change
s
printe
r
outp
ut
from
Hos
t
printer
to
local printer.
CMD"H
",
"ON
"
CMD
"H ", "
OFF"
Restores
Host
printer
as
the
destination
of
output.
(This is
the
normal condition
when
Network
begins.)
CMD"H
"
,"ON
"
CMD"P"
,
string
var
. . . . . . . . . . . . . . . . . Checks
printer
statu
s.
CMD
"P",X$
CMD"R
" . . . . . . . . . . . . . . . . . . . . . . . . .
Enables
interrupts
.
CMD"R"
CMD"S" . . . . . . . . . . . . . . . . . . . . . . . . . .
Returns
to
level of
Network
from
NBASIC.
CMD"S
"
26