Skip to content
Samuel Gomes edited this page Nov 8, 2022 · 1 revision

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

Clone this wiki locally