bas7qck.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.
APPEND Keyword in the OPEN Statement (File I/O)
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
APPEND
 
    ■ APPEND specifies that the file is to be opened for sequential
      access, and sets the file pointer to the end of the file.
    ■ PRINT # or WRITE # statements then append to (extend) the file.
 
See Also    OPEN (File I/O)    PRINT #    WRITE #