<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > FileLine > FileLine_Close |
Description
Close a file previously opened with FileLine_Open function.
Syntax
FileLine_Close(hFile)
Returns
None.
Parameters
Name |
Type |
Optional |
Meaning |
hFile |
Number |
No |
Handle returned by FileLine_Open function |
Remarks
hFile file handle must be opened.
Restrictions
See also
Examples