The following table lists each control code and the characters
used
to
perform control features (using keyboard keys
or
BASIC
programming language).
TABLE
2-2.
ACCESSING CONTROL CODES FROM
THE KEYBOARD AND BASIC
Control Code
BASIC
Backspace
(lis)
CTRL H
CHR$(
8)
Line Feed (4-) CTRL J
CHR$(IO)
Form Feed
(FF)
CTRLL
CHR$(l2)
Carriage Return
(C
R
)
CTRLM
CHR$(13)
Shift Out
(So)
CTRL N
CHR$(14)
Shift In
(~)
CTRLO
CHR$(l5)
Escape
(Ec)
CTRL [
CHR$(27)
Page Formatting
Formatting a page
for
printing involves setting the page length,
top
margin, text length, and left
and
right margins. (Page
orientation
is
also related to formatting-orientation
is
discussed in
the "Portrait
& Landscape Orientation" description in this
chapter.) The following drawing illustrates these parameters and
the following paragraphs explain how you may set them
to
the
values you
want
2-4