Close Command

Purpose

Closes a I/O channel.

Syntax

Close [#n]

n:integer expression

Description

Close [#n] closes a channel to a file or peripheral device, previously opened with Open. The parameter n contains the number of the channel to close.

If no channel number is given all open file channels are closed.

See Also

Open

{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}