CLOSE

Function

Closes a file, specified by its file number.

Syntax

CLOSE {filenum_lit|_var|_col}

Arguments

filenum_lit|_var|_col

Number assigned to the file in OPEN.

Description

Closes flat files previously opened with OPEN.

Examples

close 5
close #j

See Also

OPEN, READ, and WRITE