qb45qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
GET (File I/O) Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
GET - a file I/O statement that reads from a disk file into a
      random-access buffer or variable
 
Syntax
  GET [#]filenumber[,[recordnumber][,variable]]
    ■ filenumber is the number of an open file
    ■ recordnumber and variable are Details
 
See Also  OPEN  PUT (File I/O)
 
Other Uses of the GET Keyword
GET (Graphics) - to copy a rectangular area of the screen by translating
                  the image to numeric data and storing that data in an array