◄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 #►