Skip to content
Cory Smith edited this page Sep 2, 2022 · 5 revisions

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