TextFile_Close()

Examples


The TextFile_Close() function closes a text file opened by the TextFile_Open() function.

Syntax

TextFile_Close(file_ID)

Parameters

file_ID – An integer returned by TextFile_Open() that’s used to uniquely identify this file.

Return value

The boolean value true.


Documentation Feedback