1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/APPEND.md
2022-12-24 19:12:43 -06:00

627 B

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