APPEND - QB64Official/qb64 GitHub Wiki

See OPEN.

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