AT&T 6300 Programmer's Manual page 271

Gwbasic by microsoft
Hide thumbs Also See for 6300:
Table of Contents

Advertisement

Syntax
filenum
recordnum
Remarks
GET (Files)
Statement
Reads a record from a random disk file into a
random buffer.
GET [#]filenum[,recordnum]
is the number under which the file was OPENed
is the number of the record to be read, in the range 1 to
32,767. If it is omitted, the next record (after the last
GET) is read into the buffer.
The largest possible record number is 32,767.
After a GET statement is executed, INPUT#
or LINE INPUT# are executed to read
characters from the random file buffer. If a
FIELD statement has been executed, the
characters can be accessed through the
variable defined in the FIELD statement.
7-115

Advertisement

Table of Contents
loading

Table of Contents