bas7qck.hlp (Table of Contents; Topic list)
BINARY Keyword in the OPEN Statement (File I/O)
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
BINARY
 
    ■ BINARY is used in an OPEN statement to specify binary-file mode.
    ■ In binary mode, you can read or write information to any byte
      position in the file using GET or PUT statements.
 
See Also    OPEN (File I/O)    PUT    GET (File I/O)    INPUT$