bas7qck.hlp (Table of Contents; Topic list)
GET Statement (File I/O)
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
GET [#]filenumber%[,[recordnumber&][,variable]]
 
    ■ filenumber%      The number of an open file.
    ■ recordnumber&    For random-access files, the number of the
                       record to be read. For binary-mode files,
                       the byte position where reading starts.
    ■ variable         A variable used to receive input from the file.
 
See Also    OPEN (File I/O)    PUT (File I/O)    GET (Graphics)