GET

EXTENDED COLOR BASIC

DISK EXTENDED COLOR BASIC

GET #buffer , record number
Gets the next record or the record you specify, and puts it in the buffer.

GET #1, 5

GET #2, 3

RTS