Epson LQ-1000 User Manual - Page 61

Running BASIC programs, you use for word processing, business - user manual

Page 61 highlights

Even if you never use BASIC again, you will know the capabilities of your printer, capabilities that can often solve your printing problems. For example, if you need a special symbol, such as a Greek letter, you will know that you can turn to the chapter on user-defined characters and create such a character. If you don't want to do the exercises in BASIC, you don't have to. In most cases the software that you use for word processing, business, or graphics does the calculating and communicating with the printer for you. All you need to do is install your software as explained in Chapter 4. Running BASIC programs. . . This section describes how to run the BASIC demonstration programs in this manual; it is not a tutorial in BASIC programming. Although there are many versions of BASIC, the programs in this manual are designed to work with the two most popular ones: Microsoft™ BASIC and IBM PC BASIC. If you have another version, you can run these demonstration programs by making a few changes. Appendix D has instructions for using Applesoft™ BASIC; for other versions of BASIC, consult the appropriate manual. When you type these programs, be sure to include all spaces and punctuation marks, especially semicolons. Press RETURN at the end of each line. (On your computer the RETURN key may be marked or ENTER.) Computers that use a 40-column display may break some lines into two parts on the screen, but that does not affect the operation of the program. If you make a typing mistake, retype the whole line, including the line number; the new line will replace the old one. When you have typed all the lines, type RUN and press RETURN to run the program. If you have made changes to a program and want to see all of it on the screen, type LIST and then press RETURN to see the program on your screen. When you are completely through with one program and want to start another, type NEW and press RETURN. 5-3

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185

Even if you never use BASIC again, you will know the capabilities
of your printer, capabilities that can often solve your printing prob-
lems. For example, if you need a special symbol, such as a Greek let-
ter, you will
know that
you can turn to the chapter on user-defined
characters and create such a character.
If you don’t want to do
the
exercises in BASIC, you don’t have to.
In most cases the software
that
you use for word processing, business,
or graphics does
the
calculating and communicating with the printer
for you. All you need to do is install your software as explained in
Chapter 4.
Running BASIC programs. . .
This section describes how to run the BASIC demonstration pro-
grams in this manual; it is not a tutorial in BASIC programming.
Although there are many versions of BASIC, the programs in this
manual are designed to work with the two most popular ones: Micro-
soft™ BASIC and IBM PC BASIC. If you have another version, you
can run these demonstration programs by making a few changes.
Appendix D has instructions for using Applesoft™ BASIC; for other
versions of BASIC, consult the appropriate manual.
When you type these programs, be sure to include all spaces and
punctuation marks, especially semicolons. Press
RETURN
at the end
of each line. (On your computer the
RETURN
key may be marked
or
ENTER.)
Computers that use a 40-column display may break
some lines into two parts on the screen, but that does not affect the
operation of the program. If you make a typing mistake, retype
the
whole line, including the line number; the new line will replace the old
one.
When you
have
typed all
the lines,
type
RUN and press
RETURN
to run the program.
If you have made changes to a program and want to see all of it on
the screen, type
LIST and then press
RETURN
to see the program on
your screen. When you are completely through with one program
and want to start another,
type
NEW and press
RETURN.
5-3