CLOSE statement
Purpose: The CLOSE statement causes the file stream associated with FileHandle to be flushed and the file to be closed.
Syntax 1:
CLOSE FileHandle
Parameters:
|
Syntax 2:
CLOSE
Parameters:
|
See the OPEN statement page for more details.
Example:
CLOSE fp1
BCX Console Sample Programs using CLOSE statement.