APPEND

From QB64 Wiki
Redirect page
Jump to navigation Jump to search

APPEND is used in an output type OPEN statement to add data to the end of a file.


Syntax

OPEN fileName$ FOR APPEND AS #1


Description


See also

OUTPUT, RANDOM, INPUT (file mode), BINARY



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page