1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 19:10:25 +00:00
qb64/internal/help/APPEND.md

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