bas7qck.hlp (Table of Contents; Topic list)
RANDOM Keyword
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
RANDOM
 
    ■ RANDOM is a file mode keyword in the OPEN statement (File I/O).
    ■ If the file mode is RANDOM, the file is opened in random-access
      file mode. You can read or write information to any record
      position in the file using GET or PUT statements.
 
See Also    OPEN (File I/O)    PUT    GET (File I/O)