Examples
The TextFile_Close() function closes a text file opened by the TextFile_Open() function.
TextFile_Close(file_ID)
• file_ID – An integer returned by TextFile_Open() that’s used to uniquely identify this file.
The boolean value true.