EasyManuals Logo

Tandy 1000 Basic Reference Manual

Default Icon
411 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #208 background imageLoading...
Page #208 background image
Chapter
10
I
BASIC
Keywords
LOAD
Statement
LOAD
pathname
[,Rl
Loads a BASIC program from disk into memory.
Pathname
is a standard file specification used to save the file to
disk.
The
R
option tells BASIC to run the program. (LOAD with the
R
option
is
equivalent to the command
RUN
pathname.)
When you
specify the
R
option, BASIC leaves all open files open and runs
the program automatically. If you omit the
R
option, BASIC
wipes out any resident BASIC program, clears all variables, and
closes all open files.
You
can use either of these commands inside programs to allow
program chaining (one program calling another).
If
you attempt
to
LOAD a non-BASIC file, a "Direct statement in
file" error occurs.
Example
LOAD
"A:
progl
.
ba5"
loads
progl .bas
from Drive A, and then returns to the command
mode.
LOAD
"progl
.bas"
loads
progl
.bas.
Because no drive is specified, BASIC searches
for
progl
.bas
on the current drive.
206

Table of Contents

Other manuals for Tandy 1000

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Tandy 1000 and is the answer not in the manual?

Tandy 1000 Specifications

General IconGeneral
ProcessorIntel 8088
Processor Speed4.77 MHz
RAM128 KB (expandable to 640 KB)
Operating SystemMS-DOS 2.11
ManufacturerTandy Corporation
Release Year1984
StorageSingle or double 5.25" floppy disk drive (360 KB), optional hard drive
SoundTandy 3-voice sound
PortsParallel, Serial
GraphicsCGA (Color Graphics Adapter)
Graphics Modes320x200, 640x200

Related product manuals