* *
*
* * News
 • Daily news
 • Archived news

Columns
 • WildCard
 • Qbasic Articles
 • QB Comic!

Learning center
 • QB Books
 • Qbasic Lessons!
 • Qbasic FAQ
 • Newbies Section
 • Qbasic Tutorials

* *
*
*
*
*  
.APPEND Keyword in the OPEN Statementi

APPEND Keyword
The APPEND keyword in an OPEN statement 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  PRINT #  WRITE #
* * ** * * * *